Every exception your Laravel applications throw, grouped by cause rather than by occurrence, with the full stack trace and the commit that introduced it.
composer require quiet-guard/laravel-monitor
A production error reaches you through support, hours after the first user hit it. Server logs say something happened, not how many people lived it, not since when, and not what changed that day.
The client package auto-discovers itself. It captures uncaught exceptions and fatal errors with nothing for you to instrument.
The same error seen a thousand times stays one issue, with its counter. A resolved issue that comes back reopens itself and tells you.
If the monitoring server does not answer, the report fails quietly. An outage on our side never becomes an outage on yours.