Update settings.py

This commit is contained in:
Théo DURR 2022-08-27 21:54:20 +02:00
parent cb6e037f5e
commit b45673f04a
No known key found for this signature in database
GPG Key ID: 708858E9F7281E30

View File

@ -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,
) )