From 3190b29fe9cd307afdb49eafe8a14d2b8fb48459 Mon Sep 17 00:00:00 2001 From: Pranav Date: Thu, 9 Apr 2026 23:57:15 -0700 Subject: [PATCH] fix(revert): "fix: Ignore RoutingError in New Relic error reporting (#14030)" (#14038) This reverts commit 42163946ebace8c898912f3e4d8fe7abefa55116. --- config/newrelic.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/newrelic.yml b/config/newrelic.yml index 921d6edfb..e1482e4a1 100644 --- a/config/newrelic.yml +++ b/config/newrelic.yml @@ -18,9 +18,6 @@ common: &default_settings distributed_tracing: enabled: true - error_collector: - ignore_errors: 'ActionController::RoutingError' - # To disable the agent regardless of other settings, uncomment the following: agent_enabled: <%= ENV['NEW_RELIC_LICENSE_KEY'].present? && ENV.fetch('NEW_RELIC_AGENT_ENABLED', true) %>