# File lib/new_relic/agent/instrumentation/metric_frame.rb, line 30
        def self.abort_transaction!
          NewRelic::Agent::Deprecator.deprecate(
            "NewRelic::Agent::Instrumentation::MetricFrame.abort_transaction!",
            "NewRelic::Agent::Transaction.abort_transaction!")
          Transaction.abort_transaction!
        end