🐛(sentry) fix duplicated sentry errors

errors were sent to sentry twice
This commit is contained in:
Marie PUPO JEAMMET
2024-10-22 17:29:02 +02:00
committed by Marie
parent d11d1f3bd0
commit 30229e11f9
2 changed files with 2 additions and 1 deletions

View File

@@ -10,9 +10,9 @@ and this project adheres to
### Fixed
- 🐛(sentry) fix duplicated sentry errors #479
- 🐛(script) improve and fix release script
## [1.3.1] - 2024-10-18
## [1.3.0] - 2024-10-18

View File

@@ -488,6 +488,7 @@ 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")