getsentry / sentry-symfony

The official Symfony SDK for Sentry (sentry.io)
https://sentry.io
MIT License
691 stars 170 forks source link

Add Cron Monitoring for the Scheduler Component #776

Open cleptric opened 11 months ago

cleptric commented 11 months ago

Symfony 6.3 added a new Scheduler Component, something we should add support for, for Cron Monitoring.

https://symfony.com/blog/new-in-symfony-6-3-scheduler-component

Mika56 commented 2 weeks ago

Hello,

I am interested in using and implementing this feature as well.

Scheduler seems to have everything we need to implement this, the most important being that Scheduler dispatches events before and after running crons.

Questions that come to mind are: