fix(revert): "fix: Ignore RoutingError in New Relic error reporting (#14030)" (#14038)

This reverts commit 42163946eb.
This commit is contained in:
Pranav 2026-04-09 23:57:15 -07:00 committed by GitHub
parent 42163946eb
commit 3190b29fe9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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) %>