send_default_pii for our own error-reporting

in a self-hosted environment, this is what makes sense
This commit is contained in:
Klaas van Schelven
2024-03-30 20:56:27 +01:00
parent 3aae32b54f
commit 61a422719b

View File

@@ -171,6 +171,7 @@ if SENTRY_DSN is not None:
integrations=[DjangoIntegration()],
auto_session_tracking=False,
traces_sample_rate=0,
send_default_pii=True,
)
BASE_URL = "http://bugsink:9000" # no trailing slash