Sha256: 4c100f6844402530e31fd01d451986de90822e7b5b0cd1053316d1d3337f41e3
Contents?: true
Size: 827 Bytes
Versions: 24
Compression:
Stored size: 827 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. # # @api public # @deprecated in favor of the +Transaction+ class # 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
24 entries across 24 versions & 1 rubygems