Method: NewRelic::Agent::Instrumentation::Roda::Tracer#do_not_trace?

Defined in:
lib/new_relic/agent/instrumentation/roda/instrumentation.rb

#do_not_trace?Boolean

Returns:

  • (Boolean)
[View source]

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