mirror of
https://github.com/getredash/redash.git
synced 2026-05-10 15:00:16 -04:00
send ip and user id to sentry (#3430)
This commit is contained in:
@@ -22,5 +22,6 @@ def init():
|
||||
dsn=settings.SENTRY_DSN,
|
||||
release=__version__,
|
||||
before_send=before_send,
|
||||
send_default_pii=True,
|
||||
integrations=[FlaskIntegration(), CeleryIntegration()]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user