Sentry: Ignore django.security.DisallowedHost

This commit is contained in:
Raphael Michel
2019-02-05 18:15:21 +01:00
parent a539999c04
commit 76893caffc

View File

@@ -587,6 +587,7 @@ if config.has_option('sentry', 'dsn'):
)
ignore_logger('pretix.base.tasks')
ignore_logger('django.security.DisallowedHost')
setup_custom_filters()
CELERY_TASK_SERIALIZER = 'json'