diff --git a/src/platforms/common/crons/index.mdx b/src/platforms/common/crons/index.mdx index 7179091bfcffd..f0b4bb9074b14 100644 --- a/src/platforms/common/crons/index.mdx +++ b/src/platforms/common/crons/index.mdx @@ -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. + + +In the future this feature will use the `ingest.sentry.io` style check in +format and the `sentry.io/api` format will be deprecated. + + + ```bash {tabTitle: cURL}