module NewRelic::Agent::Instrumentation::PadrinoTracer::Prepend
Public Instance Methods
Source
# File lib/new_relic/agent/instrumentation/padrino/prepend.rb, line 11 def dispatch dispatch_with_tracing { super } end
Calls superclass method
Source
# File lib/new_relic/agent/instrumentation/padrino/prepend.rb, line 15 def invoke_route(*args, &block) invoke_route_with_tracing(*args) { super } end
Calls superclass method