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

This reverts commit 42163946eb.
This commit is contained in:
Pranav
2026-04-14 16:36:12 +05:30
committed by aakashb95
parent c54306e2cc
commit b32e61b93a
-3
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) %>