# File lib/new_relic/agent/instrumentation/metric_frame.rb, line 21
        def self.recording_web_transaction?
          NewRelic::Agent::Deprecator.deprecate(
            "NewRelic::Agent::Instrumentation::MetricFrame.recording_web_transaction?",
            "NewRelic::Agent::Transaction.recording_web_transaction?")

          Transaction.recording_web_transaction?
        end