-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Laravel Cron Upserts #7279
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
Laravel Cron Upserts #7279
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
7c42c56
to
eb11b59
Compare
eb11b59
to
4e4d7ce
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💪
// In case you want to configure the job monitor exclusively in the UI, you can turn off sending the monitor config with the check-in. | ||
// Passing a monitor-slug is required in this case. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// In case you want to configure the job monitor exclusively in the UI, you can turn off sending the monitor config with the check-in. | |
// Passing a monitor-slug is required in this case. | |
// If you want to configure the job monitor exclusively in the UI, you can turn off sending the monitor config with the check-in. | |
// Passing a monitorSlug is required in this case. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reading this page, this comment didn't make sense to me - what does it mean to "turn off sending the monitor config with the check-in"?
Just wanted to flag in case it may be confusing to users too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
By default, we sent a so-called monitor config along each check-in containing parameters such as the schedule and time zone. To allow users to opt out of this behaviour, we added $updateMonitorConfig
.
Co-authored-by: Shana Matthews <[email protected]>
Description of changes
getsentry/sentry-laravel#677 must be merged and released prior to merging this PR.