🐛(sentry) fix duplicated sentry errors
errors were sent to sentry twice
This commit is contained in:
committed by
Marie
parent
d11d1f3bd0
commit
30229e11f9
@@ -10,9 +10,9 @@ and this project adheres to
|
|||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
- 🐛(sentry) fix duplicated sentry errors #479
|
||||||
- 🐛(script) improve and fix release script
|
- 🐛(script) improve and fix release script
|
||||||
|
|
||||||
|
|
||||||
## [1.3.1] - 2024-10-18
|
## [1.3.1] - 2024-10-18
|
||||||
|
|
||||||
## [1.3.0] - 2024-10-18
|
## [1.3.0] - 2024-10-18
|
||||||
|
|||||||
@@ -488,6 +488,7 @@ class Base(Configuration):
|
|||||||
release=get_release(),
|
release=get_release(),
|
||||||
integrations=[DjangoIntegration()],
|
integrations=[DjangoIntegration()],
|
||||||
traces_sample_rate=0.1,
|
traces_sample_rate=0.1,
|
||||||
|
default_integrations=False,
|
||||||
)
|
)
|
||||||
with sentry_sdk.configure_scope() as scope:
|
with sentry_sdk.configure_scope() as scope:
|
||||||
scope.set_extra("application", "backend")
|
scope.set_extra("application", "backend")
|
||||||
|
|||||||
Reference in New Issue
Block a user