# File lib/new_relic/agent/instrumentation/rails/errors.rb, line 38
      def rescue_action_with_newrelic_trace(exception)
        rescue_action_without_newrelic_trace exception
        NewRelic::Agent::Transaction.notice_error exception
      end