Prevent MailRoutingErrors from triggering Sentry alerts #10615
Labels
Feature: generic-queue
Product: caseflow-queue
Source: Sentry Alert
created because of a Sentry alert
Team: Echo 🐬
Type: Bug
Longer term fix is #10614, but in the short-term we can prevent
MailRoutingError
s like this one by catching them in theTasksController
(orApplicationController
) and returning the serialized error without sending it to Sentry.Acceptance criteria
MailRoutingError
s from triggering Sentry alertsThe text was updated successfully, but these errors were encountered: