Sha256: a3fc2fb89dfecb1b06007eaa14a0031fb2ff38bf9613cd34b6d531c26b7295b5
Contents?: true
Size: 416 Bytes
Versions: 6
Compression:
Stored size: 416 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 HTTPrb module Prepend include NewRelic::Agent::Instrumentation::HTTPrb def perform(request, options) with_tracing(request) { super } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems