Ok, the exact cause is that I want to restrict new relic to gather data from admin interface, so I need to put:
newrelic_ignore
into the classes that shouldn't add new relic tracker. In resources classes of ActiveAdmin I can use
controller do
newrelic_ignore
end
But in dashboard this won't do.
Do you know how can I add class code to dashboard?