fault
Exception tracking and triage for Laravel
composer require fissible/fault Features
- Fingerprinting and deduplication — one entry per unique exception
- Status workflow: open → investigating → resolved
- Test skeleton generation from captured exceptions
- Ships as part of the watch cockpit, MIT licensed
Example
// Fault captures via the Laravel exception handler automatically.
// No manual instrumentation needed.
// View and triage at /watch/exceptions