Включил логи в Sentry
This commit is contained in:
@@ -194,5 +194,6 @@ if SENTRY_DSN and not DEBUG:
|
||||
dsn=SENTRY_DSN,
|
||||
integrations=[DjangoIntegration()],
|
||||
traces_sample_rate=1.0,
|
||||
send_default_pii=True
|
||||
send_default_pii=True,
|
||||
enable_logs=True
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user