mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Sentry: Ignore django.security.DisallowedHost
This commit is contained in:
@@ -587,6 +587,7 @@ if config.has_option('sentry', 'dsn'):
|
|||||||
|
|
||||||
)
|
)
|
||||||
ignore_logger('pretix.base.tasks')
|
ignore_logger('pretix.base.tasks')
|
||||||
|
ignore_logger('django.security.DisallowedHost')
|
||||||
setup_custom_filters()
|
setup_custom_filters()
|
||||||
|
|
||||||
CELERY_TASK_SERIALIZER = 'json'
|
CELERY_TASK_SERIALIZER = 'json'
|
||||||
|
|||||||
Reference in New Issue
Block a user