🐛(sentry) fix duplicated sentry errors
errors were sent to sentry twice
This commit is contained in:
committed by
Marie
parent
d11d1f3bd0
commit
30229e11f9
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user