Remove traces_sample_rate (#352)

This commit is contained in:
2024-03-01 20:35:37 +01:00
committed by GitHub
parent 1522d60cbc
commit 32bb411652

View File

@@ -45,7 +45,7 @@ if settings.SENTRY_DSN:
logger.error("Sentry is not installed, avoided")
else:
logger.info("Sentry enabled")
sentry_sdk.init(dsn=settings.SENTRY_DSN, traces_sample_rate=1.0)
sentry_sdk.init(dsn=settings.SENTRY_DSN)
else:
logger.info("Sentry disabled")