Sha256: 09f32618147c0bd634692e7d0133d09edfb8565d2820f5c57a2486febd237ed6

Contents?: true

Size: 478 Bytes

Versions: 2

Compression:

Stored size: 478 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.
# frozen_string_literal: true

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

2 entries across 2 versions & 1 rubygems

Version Path
newrelic_rpm-8.10.1 lib/new_relic/agent/instrumentation/httpclient/prepend.rb
newrelic_rpm-8.10.0 lib/new_relic/agent/instrumentation/httpclient/prepend.rb