This commit is contained in:
parent
9b6ccb2469
commit
b4200a0b6b
@ -30,8 +30,11 @@ if config.SENTRY_DSN:
|
|||||||
dsn=config.SENTRY_DSN,
|
dsn=config.SENTRY_DSN,
|
||||||
send_default_pii=True,
|
send_default_pii=True,
|
||||||
integrations=[sentry_logging],
|
integrations=[sentry_logging],
|
||||||
|
traces_sample_rate=1.0,
|
||||||
|
send_default_pii=True,
|
||||||
release=config.RELEASE_ID,
|
release=config.RELEASE_ID,
|
||||||
environment=config.RELEASEMODE
|
environment=config.RELEASEMODE,
|
||||||
|
_experiments={"auto_enabling_integrations": True}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user