Module: NewRelic::Agent::Instrumentation::HTTPrb::Prepend
- Includes:
- NewRelic::Agent::Instrumentation::HTTPrb
- Defined in:
- lib/new_relic/agent/instrumentation/httprb/prepend.rb
Constant Summary
Constants included from NewRelic::Agent::Instrumentation::HTTPrb
Instance Method Summary collapse
Methods included from NewRelic::Agent::Instrumentation::HTTPrb
Instance Method Details
#perform(request, options) ⇒ Object
10 11 12 |
# File 'lib/new_relic/agent/instrumentation/httprb/prepend.rb', line 10 def perform(request, ) with_tracing(request) { super } end |