module NewRelic::Agent::Instrumentation::HTTPX::Prepend

Public Instance Methods

send_requests(*requests) click to toggle source
Calls superclass method
# File lib/new_relic/agent/instrumentation/httpx/prepend.rb, line 10
def send_requests(*requests)
  send_requests_with_tracing(*requests) { super }
end