Sha256: 2b6b4a0e981f9611bf31c09603cdedf801d292cee965cd7fe21398e2caf5c4f9
Contents?: true
Size: 386 Bytes
Versions: 6
Compression:
Stored size: 386 Bytes
Contents
# encoding: utf-8 # This file is distributed under New Relic's license terms. # See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details. module NewRelic::Agent::Instrumentation module Typhoeus module Prepend include NewRelic::Agent::Instrumentation::Typhoeus def run(*args) with_tracing { super } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems