send ip and user id to sentry (#3430)

This commit is contained in:
Omer Lachish
2019-02-13 09:41:41 +02:00
committed by GitHub
parent 9b1f277530
commit c028e49bfd

View File

@@ -22,5 +22,6 @@ def init():
dsn=settings.SENTRY_DSN,
release=__version__,
before_send=before_send,
send_default_pii=True,
integrations=[FlaskIntegration(), CeleryIntegration()]
)