Skip to content

Commit

Permalink
feat(crons): Add note about upsert endpoints (#7666)
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser authored Aug 28, 2023
1 parent 518d9cd commit ccca590
Showing 1 changed file with 7 additions and 0 deletions.
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.

</Note>

<SignInNote />

```bash {tabTitle: cURL}
Expand Down

1 comment on commit ccca590

@vercel
Copy link

@vercel vercel bot commented on ccca590 Aug 28, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

sentry-docs – ./

sentry-docs-git-master.sentry.dev
docs.sentry.io
sentry-docs.sentry.dev

Please sign in to comment.