# File lib/new_relic/agent/instrumentation/action_controller_subscriber.rb, line 51
        def stop_transaction(event)
          txn = state.current_transaction
          txn.ignore_apdex!   if event.apdex_ignored?
          txn.ignore_enduser! if event.enduser_ignored?
          Transaction.stop(state)
        end