Sentry: Fix a bug leading to it ignoring *everything*

This commit is contained in:
Raphael Michel
2019-02-06 11:16:38 +01:00
parent ec4227651a
commit 2972129547

View File

@@ -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():