sentry-laravel
sentry-laravel copied to clipboard
Implement notifications tracing and breadcrumbs
This implements (partially) #625.
Laravel also has a Illuminate\Notifications\Events\NotificationFailed, however this event is actually unused because when a notification fails to sent it just throws an exception from the underlying transport. So no need to handle this event.
Seems like I do not to investigate a bit why tests are reporting so many errors on Laravel 9 and below (don't think the code is wrong but something in the tests).
https://github.com/getsentry/sentry-docs/pull/9674