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