mirror of
https://github.com/ae-utbm/sith.git
synced 2025-08-09 02:29:58 +00:00
Update settings.py
This commit is contained in:
@@ -681,7 +681,7 @@ if SENTRY_DSN:
|
|||||||
dsn=SENTRY_DSN,
|
dsn=SENTRY_DSN,
|
||||||
integrations=[DjangoIntegration()],
|
integrations=[DjangoIntegration()],
|
||||||
traces_sample_rate=1.0,
|
traces_sample_rate=1.0,
|
||||||
send_default_pii=True
|
send_default_pii=True,
|
||||||
environment=SENTRY_ENV,
|
environment=SENTRY_ENV,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user