From 8cc8c3a222df1bf1adeabf9b8ddc45e3c17b032c Mon Sep 17 00:00:00 2001 From: Urban Hafner Date: Sun, 29 Dec 2024 12:38:54 +0100 Subject: [PATCH] Ignore the routing error in New Relic, again --- config/newrelic.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/newrelic.yml b/config/newrelic.yml index 8758bba16..32ab6018c 100644 --- a/config/newrelic.yml +++ b/config/newrelic.yml @@ -64,4 +64,5 @@ production: error_collector: ignore_classes: - ActionController::InvalidAuthenticityToken + - ActionController::RoutingError - ActiveRecord::RecordNotFound