🔧(sentry) reduce trace

we reduce trace to reduce spamming on sentry
This commit is contained in:
Marie PUPO JEAMMET
2024-10-08 11:44:51 +02:00
committed by Marie
parent 6b7f00651f
commit 9b613e63a9

View File

@@ -482,7 +482,7 @@ class Base(Configuration):
environment=cls.__name__.lower(),
release=get_release(),
integrations=[DjangoIntegration()],
traces_sample_rate=1.0,
traces_sample_rate=0.1,
)
with sentry_sdk.configure_scope() as scope:
scope.set_extra("application", "backend")