Disabled trace sending

This commit is contained in:
Pünkösd Marcell 2021-12-11 23:52:15 +01:00
parent 46503b5d45
commit d71987db7e
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ if config.SENTRY_DSN:
sentry_sdk.init(
dsn=config.SENTRY_DSN,
integrations=[sentry_logging],
traces_sample_rate=1.0,
traces_sample_rate=0.0,
send_default_pii=True,
release=config.RELEASE_ID,
environment=config.RELEASEMODE,