Events are the core unit of observability in Nightwatch. They represent activity that has occurred inside your Laravel application — each one tied to a specific point in time and environment.
Http
facade or the underlying Guzzle client are tracked — including URL, method, response time, and any errors.
routes/console.php
) are tracked when executed. You can see run times, success/failure, and view logs or exceptions generated during execution.
hit
, miss
, delete
, write
and fail
events. You’ll see which cache keys are being used and how frequently.