Fixed some mess done on settings.py

This commit is contained in:
Théo DURR
2022-08-27 21:52:16 +02:00
parent 64f8d9bad3
commit cb6e037f5e

View File

@ -680,6 +680,8 @@ if SENTRY_DSN:
sentry_sdk.init(
dsn=SENTRY_DSN,
integrations=[DjangoIntegration()],
traces_sample_rate=1.0,
send_default_pii=True
environment=SENTRY_ENV,
)