module NewRelic::Agent::Instrumentation::HTTPrb::Prepend

Public Instance Methods

perform(request, options) click to toggle source
Calls superclass method
# File lib/new_relic/agent/instrumentation/httprb/prepend.rb, line 10
def perform(request, options)
  with_tracing(request) { super }
end