Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notification and email performance spans and/or breadcrumbs #625

Open
stayallive opened this issue Dec 14, 2022 · 1 comment
Open

Notification and email performance spans and/or breadcrumbs #625

stayallive opened this issue Dec 14, 2022 · 1 comment

Comments

@stayallive
Copy link
Collaborator

stayallive commented Dec 14, 2022

We could listen to the Illuminate\Mail\Events\MessageSending and Illuminate\Mail\Events\MessageSent events to figure out when an mail was sent and possibly nest the view rendering needed to sent that e-mail neatly underneath a mail span.

We could potentially also add a breadcrumb indicating an email was sent by the framework.

The same goes for notifications (which could trigger e-mails) with Illuminate\Notifications\Events\NotificationSending and Illuminate\Notifications\Events\NotificationSent.

@stayallive stayallive changed the title Email performance spans and/or breadcrumbs Notification and email performance spans and/or breadcrumbs Dec 14, 2022
@ankurk91
Copy link
Contributor

@stayallive
Any plans for automated cron job monitoring?

https://docs.sentry.io/product/crons/getting-started/
https://laravel.com/docs/9.x/scheduling#events

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants