We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
You may want to ignore RailsAdmin controllers and actions from metrics gathering in NewRelic by default. There are a couple ways to do so.
newrelic_ignore
# in an initializer module RailsAdmin class ApplicationController newrelic_ignore if defined?(NewRelic) end end
/admin
rules: ignore_url_regexes: ["^/admin"]