module NewRelic::Agent::Instrumentation::DelayedJobTracerPrepend
Public Instance Methods
Source
# File lib/new_relic/agent/instrumentation/delayed_job/prepend.rb, line 27 def invoke_job(*args, &block) invoke_job_with_tracing { super } end
Calls superclass method