module NewRelic::Agent::Instrumentation::PadrinoTracer::Prepend

Public Instance Methods

dispatch() click to toggle source
Calls superclass method
# File lib/new_relic/agent/instrumentation/padrino/prepend.rb, line 11
def dispatch
  dispatch_with_tracing { super }
end
invoke_route(*args, &block) click to toggle source
Calls superclass method
# File lib/new_relic/agent/instrumentation/padrino/prepend.rb, line 15
def invoke_route(*args, &block)
  invoke_route_with_tracing(*args) { super }
end