diff --git a/includes/javascript-crons-job-monitoring.mdx b/includes/javascript-crons-job-monitoring.mdx index 55e3426ccafa8..ed417310e7d44 100644 --- a/includes/javascript-crons-job-monitoring.mdx +++ b/includes/javascript-crons-job-monitoring.mdx @@ -8,4 +8,11 @@ Sentry.withMonitor("", () => { }); ``` + + +`Sentry.withMonitor()` does not create new a trace. Events and errors that occur within the monitored callback will be associated with the current trace context. + + + + If you are using an SDK version prior to `7.76.0`, you can use the `Sentry.captureCheckIn()` API documented below.