Module: NewRelic::Agent::Instrumentation::HTTPX::Prepend
- Includes:
- NewRelic::Agent::Instrumentation::HTTPX
- Defined in:
- lib/new_relic/agent/instrumentation/httpx/prepend.rb
Constant Summary
Constants included from NewRelic::Agent::Instrumentation::HTTPX
INSTRUMENTATION_NAME, NOTICEABLE_ERROR_CLASS
Instance Method Summary collapse
Methods included from NewRelic::Agent::Instrumentation::HTTPX
#nr_finish_segment, #nr_start_segment, #send_requests_with_tracing
Instance Method Details
#send_requests(*requests) ⇒ Object
10 11 12 |
# File 'lib/new_relic/agent/instrumentation/httpx/prepend.rb', line 10 def send_requests(*requests) send_requests_with_tracing(*requests) { super } end |