remove sentry tracing
This commit is contained in:
@@ -23,12 +23,6 @@ sentry_sdk.init(
|
|||||||
dsn=SENTRY_DSN,
|
dsn=SENTRY_DSN,
|
||||||
environment=DEPLOY_ENV,
|
environment=DEPLOY_ENV,
|
||||||
integrations=[DjangoIntegration()],
|
integrations=[DjangoIntegration()],
|
||||||
|
|
||||||
# Set traces_sample_rate to 1.0 to capture 100%
|
|
||||||
# of transactions for performance monitoring.
|
|
||||||
# We recommend adjusting this value in production.
|
|
||||||
traces_sample_rate=0,
|
|
||||||
|
|
||||||
# If you wish to associate users to errors (assuming you are using
|
# If you wish to associate users to errors (assuming you are using
|
||||||
# django.contrib.auth) you may enable sending PII data.
|
# django.contrib.auth) you may enable sending PII data.
|
||||||
send_default_pii=True
|
send_default_pii=True
|
||||||
|
|||||||
Reference in New Issue
Block a user