lib/new_relic/agent/instrumentation/httpclient/prepend.rb in newrelic_rpm-8.2.0 vs lib/new_relic/agent/instrumentation/httpclient/prepend.rb in newrelic_rpm-8.3.0

- old
+ new

@@ -1,10 +1,9 @@ # 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 @@ -12,6 +11,5 @@ with_tracing(req, conn) { super } end end end end -