-
-
Notifications
You must be signed in to change notification settings - Fork 197
Closed
Labels
Description
Sentry has a (in beta since forever) CRON monitoring: https://docs.sentry.io/product/crons/.
It would be really sweet if we can somehow automatically set that up for the user based on their scheduled tasks (basically CRONs): https://laravel.com/docs/9.x/scheduling#defining-schedules.
I'm imagining this requires some sort of synchronize command to be run to talk with Sentry and create the correct CRONs on the Sentry server so depending on how this actually works this might be very easy or tricky or out of scope for the SDK. Will require some investigation but it's an interesting idea!
As requested by @ankurk91: #625 (comment).
spiritinlife, smeubank, cyreb7 and denisdulici