Sha256: 023a10f2e83f0540a0647d47c33dca03fd8bfeb09ce574e7a5c7c15824544f61

Contents?: true

Size: 605 Bytes

Versions: 32

Compression:

Stored size: 605 Bytes

Contents

# This file is distributed under New Relic's license terms.
# See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details.
# frozen_string_literal: true

require 'new_relic/control/frameworks/ruby'
module NewRelic
  class Control
    module Frameworks
      # Contains basic control logic for Sinatra
      class Sinatra < NewRelic::Control::Frameworks::Ruby
        protected

        def install_shim
          super
          ::Sinatra::Base.class_eval { include NewRelic::Agent::Instrumentation::ControllerInstrumentation::Shim }
        end
      end
    end
  end
end

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
newrelic_rpm-9.2.2 lib/new_relic/control/frameworks/sinatra.rb
newrelic_rpm-9.2.1 lib/new_relic/control/frameworks/sinatra.rb
newrelic_rpm-9.2.0 lib/new_relic/control/frameworks/sinatra.rb
newrelic_rpm-9.1.0 lib/new_relic/control/frameworks/sinatra.rb
newrelic_rpm-9.0.0 lib/new_relic/control/frameworks/sinatra.rb
newrelic_rpm-8.16.0 lib/new_relic/control/frameworks/sinatra.rb
newrelic_rpm-8.15.0 lib/new_relic/control/frameworks/sinatra.rb
newrelic_rpm-8.14.0 lib/new_relic/control/frameworks/sinatra.rb
newrelic_rpm-8.13.1 lib/new_relic/control/frameworks/sinatra.rb
newrelic_rpm-8.13.0 lib/new_relic/control/frameworks/sinatra.rb
newrelic_rpm-8.12.0 lib/new_relic/control/frameworks/sinatra.rb
newrelic_rpm-8.11.0 lib/new_relic/control/frameworks/sinatra.rb