Sha256: 99a10948bf4b7b612ed74130a88e8fb28bd5fa53a87925f7056a60de2fa4dd70
Contents?: true
Size: 408 Bytes
Versions: 4
Compression:
Stored size: 408 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 ActiveSupportLogger::Prepend include NewRelic::Agent::Instrumentation::ActiveSupportLogger def broadcast(logger) broadcast_with_tracing(logger) { super } end end end
Version data entries
4 entries across 4 versions & 1 rubygems