mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
Remove traces_sample_rate (#352)
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user