This commit is contained in:
parent
270988036d
commit
4633f7658c
@ -18,10 +18,9 @@ sentry_sdk.init(
|
|||||||
dsn="https://c5a7542e02574e20951223b076a1240f@sentry.kmlabz.com/27",
|
dsn="https://c5a7542e02574e20951223b076a1240f@sentry.kmlabz.com/27",
|
||||||
integrations=[DjangoIntegration()],
|
integrations=[DjangoIntegration()],
|
||||||
traces_sample_rate=1.0,
|
traces_sample_rate=1.0,
|
||||||
|
send_default_pii=True,
|
||||||
# If you wish to associate users to errors (assuming you are using
|
environment="production",
|
||||||
# django.contrib.auth) you may enable sending PII data.
|
_experiments={"auto_enabling_integrations": True}
|
||||||
send_default_pii=True
|
|
||||||
)
|
)
|
||||||
|
|
||||||
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
|
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
|
||||||
|
Loading…
Reference in New Issue
Block a user