diff --git a/backend/notifications/tasks.py b/backend/notifications/tasks.py index dd44cc6cb..988eddcca 100644 --- a/backend/notifications/tasks.py +++ b/backend/notifications/tasks.py @@ -144,3 +144,5 @@ def send_failure_alerts( plugin.instance.send_failure_alert(context=context) except NotImplementedError: pass + except Exception: + capture_exception()