Sha256: 77a304a1b34564219723145ef4d653182548e56aa43a1aa16cf7e9faa697c33e

Contents?: true

Size: 418 Bytes

Versions: 13

Compression:

Stored size: 418 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 Grape
    module Prepend
      def call env
        begin
          super env
        ensure
          Grape::Instrumentation.capture_transaction env, self
        end
      end
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
newrelic_rpm-8.9.0 lib/new_relic/agent/instrumentation/grape/prepend.rb
newrelic_rpm-8.8.0 lib/new_relic/agent/instrumentation/grape/prepend.rb
newrelic_rpm-8.7.0 lib/new_relic/agent/instrumentation/grape/prepend.rb
newrelic_rpm-8.6.0 lib/new_relic/agent/instrumentation/grape/prepend.rb
newrelic_rpm-8.5.0 lib/new_relic/agent/instrumentation/grape/prepend.rb
newrelic_rpm-8.4.0 lib/new_relic/agent/instrumentation/grape/prepend.rb
newrelic_rpm-8.3.0 lib/new_relic/agent/instrumentation/grape/prepend.rb
newrelic_rpm-8.2.0 lib/new_relic/agent/instrumentation/grape/prepend.rb
newrelic_rpm-8.1.0 lib/new_relic/agent/instrumentation/grape/prepend.rb
newrelic_rpm-8.0.0 lib/new_relic/agent/instrumentation/grape/prepend.rb
newrelic_rpm-7.2.0 lib/new_relic/agent/instrumentation/grape/prepend.rb
newrelic_rpm-7.1.0 lib/new_relic/agent/instrumentation/grape/prepend.rb
newrelic_rpm-7.0.0 lib/new_relic/agent/instrumentation/grape/prepend.rb