Sha256: 838b0ed7d102fbaa6c519dbd74c2dd36ed8f2fc19ddcfd86ac68bf67d3e37b90
Contents?: true
Size: 590 Bytes
Versions: 20
Compression:
Stored size: 590 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 Roda class Roda < NewRelic::Control::Frameworks::Ruby protected def install_shim super ::Roda.class_eval { include NewRelic::Agent::Instrumentation::ControllerInstrumentation::Shim } end end end end end
Version data entries
20 entries across 20 versions & 1 rubygems