Module: NewRelic::Agent::Instrumentation::Rake::Prepend

Includes:
Tracer
Defined in:
lib/new_relic/agent/instrumentation/rake/prepend.rb

Constant Summary

Constants included from Tracer

Tracer::INSTRUMENTATION_NAME

Instance Method Summary collapse

Methods included from Tracer

#invoke_with_newrelic_tracing

Instance Method Details

#invoke(*args) ⇒ Object



9
10
11
# File 'lib/new_relic/agent/instrumentation/rake/prepend.rb', line 9

def invoke(*args)
  invoke_with_newrelic_tracing(*args) { super }
end