🔧(backend) restore Sentry default integrations

This reverts 30229e11f9
This commit is contained in:
Marie PUPO JEAMMET
2024-10-24 16:48:48 +02:00
committed by BEY Quentin
parent d1421dbe8c
commit 31944e8083
2 changed files with 1 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ and this project adheres to
## [Unreleased]
- 🔧(sentry) restore default integrations
- 👷(ci) add sharding e2e tests #467
## [1.4.1] - 2024-10-23

View File

@@ -488,7 +488,6 @@ class Base(Configuration):
release=get_release(),
integrations=[DjangoIntegration()],
traces_sample_rate=0.1,
default_integrations=False,
)
with sentry_sdk.configure_scope() as scope:
scope.set_extra("application", "backend")