Method: NewRelic::Agent::Instrumentation::Roda::Tracer#do_not_trace?
- Defined in:
- lib/new_relic/agent/instrumentation/roda/instrumentation.rb
permalink #do_not_trace? ⇒ Boolean
55 56 57 |
# File 'lib/new_relic/agent/instrumentation/roda/instrumentation.rb', line 55 def do_not_trace? NewRelic::Agent::Instrumentation::Roda::Ignorer.should_ignore?(self, :routes) end |