Sha256: 164672e701fefed03172226e8b5b80a342574348d890e13ddcdd7d877fb8186a

Contents?: true

Size: 383 Bytes

Versions: 6

Compression:

Stored size: 383 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 Resque
    module Prepend 
      include NewRelic::Agent::Instrumentation::Resque

      def perform
        with_tracing { super }
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
newrelic_rpm-8.2.0 lib/new_relic/agent/instrumentation/resque/prepend.rb
newrelic_rpm-8.1.0 lib/new_relic/agent/instrumentation/resque/prepend.rb
newrelic_rpm-8.0.0 lib/new_relic/agent/instrumentation/resque/prepend.rb
newrelic_rpm-7.2.0 lib/new_relic/agent/instrumentation/resque/prepend.rb
newrelic_rpm-7.1.0 lib/new_relic/agent/instrumentation/resque/prepend.rb
newrelic_rpm-7.0.0 lib/new_relic/agent/instrumentation/resque/prepend.rb