You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to have traces for when scheduled commands run via the Console\Kernel. We have some heavy jobs that run each hour and they have started failing. Sentry currently shows that the errors are related but doesn't know how.
Solution Brainstorm
The Laravel scheduler has start/finish events (see: https://laravel.com/docs/10.x/scheduling#events) which a new Sentry tracing feature should be able to hook into to create a transaction.
I will potentially attempt this myself in the mean time, and if I make progress then I am happy to try and contribute back.
The text was updated successfully, but these errors were encountered:
Problem Statement
I would like to have traces for when scheduled commands run via the
Console\Kernel
. We have some heavy jobs that run each hour and they have started failing. Sentry currently shows that the errors are related but doesn't know how.Solution Brainstorm
The Laravel scheduler has start/finish events (see: https://laravel.com/docs/10.x/scheduling#events) which a new Sentry tracing feature should be able to hook into to create a transaction.
I will potentially attempt this myself in the mean time, and if I make progress then I am happy to try and contribute back.
The text was updated successfully, but these errors were encountered: