* Disable Sentry for debug environment
This commit is contained in:
parent
1a8cde0485
commit
08d58a6dc2
|
|
@ -201,6 +201,7 @@ COMMISSION_OVER_150K = 1.1
|
|||
|
||||
# Logging
|
||||
SENTRY_DSN = "***REMOVED***"
|
||||
if not DEBUG:
|
||||
sentry_sdk.init(
|
||||
dsn=SENTRY_DSN,
|
||||
# Set traces_sample_rate to 1.0 to capture 100%
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user