mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Sentry: Fix a bug leading to it ignoring *everything*
This commit is contained in:
@@ -101,6 +101,7 @@ def ignore_retry(event, hint):
|
||||
with capture_internal_exceptions():
|
||||
if isinstance(hint["exc_info"][1], Retry):
|
||||
return None
|
||||
return event
|
||||
|
||||
|
||||
def setup_custom_filters():
|
||||
|
||||
Reference in New Issue
Block a user