Sha256: 287a131c53d676f17a25b20a4187980fe403eae44d5f06fd7a7f1c4a6de35677
Contents?: true
Size: 450 Bytes
Versions: 6
Compression:
Stored size: 450 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 HTTPClient module Prepend include NewRelic::Agent::Instrumentation::HTTPClient::Instrumentation def do_get_block(req, proxy, conn, &block) with_tracing(req, conn) { super } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems