Sha256: a02f4a61497e417c737b4e2a9f5d78618ea811b5f846d529e0565c15c0e67ffe
Contents?: true
Size: 857 Bytes
Versions: 14
Compression:
Stored size: 857 Bytes
Contents
# encoding: utf-8 # This file is distributed under New Relic's license terms. # See https://github.com/newrelic/rpm/blob/master/LICENSE for complete details. module NewRelic module Agent module Instrumentation # This is a legacy support shim now that the +MetricFrame+ functionality # has moved over to the +Transaction+ class instead. # # This class is deprecated and will be removed in a future agent version. # # This class is not part of the public API. Avoid making calls on it directly. # # @deprecated class MetricFrame # @deprecated def self.recording_web_transaction? Transaction.recording_web_transaction? end # @deprecated def self.abort_transaction! Transaction.abort_transaction! end end end end end
Version data entries
14 entries across 14 versions & 1 rubygems