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