Module: NewRelic::Agent::Instrumentation::Typhoeus::Prepend

Includes:
NewRelic::Agent::Instrumentation::Typhoeus
Defined in:
lib/new_relic/agent/instrumentation/typhoeus/prepend.rb

Constant Summary

Constants included from NewRelic::Agent::Instrumentation::Typhoeus

EARLIEST_VERSION, HYDRA_SEGMENT_NAME, INSTRUMENTATION_NAME, NOTICEABLE_ERROR_CLASS

Instance Method Summary collapse

Methods included from NewRelic::Agent::Instrumentation::Typhoeus

is_supported_version?, request_is_hydra_enabled?, response_message, trace, #with_tracing

Instance Method Details

#run(*args) ⇒ Object



9
10
11
# File 'lib/new_relic/agent/instrumentation/typhoeus/prepend.rb', line 9

def run(*args)
  with_tracing { super }
end