# File lib/new_relic/agent/transaction_state.rb, line 129
      def is_execution_traced?
        @untraced.nil? || @untraced.last != false
      end