mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-10 08:01:17 +00:00
send_default_pii for our own error-reporting
in a self-hosted environment, this is what makes sense
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user