Sha256: b32135f824d6accda2085b23de6c75caa80b0d3c33d3a16deba6cb332afc08b2
Contents?: true
Size: 574 Bytes
Versions: 2
Compression:
Stored size: 574 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. # frozen_string_literal: true # @api public module NewRelic # This module contains Rack middlewares used by the Ruby agent. # # Generally, these middlewares should be injected automatically when starting # your application. If automatic injection into the middleware chain is not # working for some reason, you may also include them manually. # # # @api public module Rack end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
newrelic_rpm-8.10.1 | lib/new_relic/rack.rb |
newrelic_rpm-8.10.0 | lib/new_relic/rack.rb |