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

feat(crons): Add note about upsert endpoints #7666

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/platforms/common/crons/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,13 @@ curl "${SENTRY_CRONS}?environment=dev&status=ok"

Sentry enables the automatic creation or update of a monitor (upsert) through the check-in payload. This can be useful if you have many scheduled tasks or need to create them dynamically.

<Note type="warning">

In the future this feature will use the `ingest.sentry.io` style check in
format and the `sentry.io/api` format will be deprecated.
Comment on lines +132 to +133
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
In the future this feature will use the `ingest.sentry.io` style check in
format and the `sentry.io/api` format will be deprecated.
In the future this feature will use the `ingest.sentry.io` style check in
format. The `sentry.io/api` format will be deprecated.


</Note>

<SignInNote />

```bash {tabTitle: cURL}
Expand Down
Loading