sentry-laravel icon indicating copy to clipboard operation
sentry-laravel copied to clipboard

Implement notifications tracing and breadcrumbs

Open stayallive opened this issue 1 year ago • 1 comments

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.

stayallive avatar Feb 09 '24 16:02 stayallive

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).

stayallive avatar Feb 09 '24 16:02 stayallive

https://github.com/getsentry/sentry-docs/pull/9674

stayallive avatar Apr 11 '24 09:04 stayallive