diff --git a/config/newrelic.yml b/config/newrelic.yml index e1482e4a1..921d6edfb 100644 --- a/config/newrelic.yml +++ b/config/newrelic.yml @@ -18,6 +18,9 @@ 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) %>