exception.report
        
        Fired after the exception has been reported
    
    
Example usage (performs additional reporting on the exception)
Event::listen('exception.report', function (\Throwable $throwable) { app('sentry')->captureException($throwable); });
Usage
Triggers
| Class or file | Line | 
|---|---|
| Winter\Storm\Foundation\Exception\Handler | 80 | 
    Copyright © 2025 Winter CMS