module NewRelic::Agent::Instrumentation::HTTPX::Prepend
Public Instance Methods
Source
# File lib/new_relic/agent/instrumentation/httpx/prepend.rb, line 10 def send_requests(*requests) send_requests_with_tracing(*requests) { super } end
Calls superclass method