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

Copyright © 2024 Winter CMS