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