mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +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():
|
with capture_internal_exceptions():
|
||||||
if isinstance(hint["exc_info"][1], Retry):
|
if isinstance(hint["exc_info"][1], Retry):
|
||||||
return None
|
return None
|
||||||
|
return event
|
||||||
|
|
||||||
|
|
||||||
def setup_custom_filters():
|
def setup_custom_filters():
|
||||||
|
|||||||
Reference in New Issue
Block a user