Skip to content

Commit 62e6766

Browse files
authored
Merge branch 'master' into ivana/python/openai-min-version
2 parents be3947d + b1128e2 commit 62e6766

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

includes/javascript-crons-job-monitoring.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,11 @@ Sentry.withMonitor("<monitor-slug>", () => {
88
});
99
```
1010

11+
<Alert level="info">
12+
13+
`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.
14+
15+
</Alert>
16+
17+
1118
If you are using an SDK version prior to `7.76.0`, you can use the `Sentry.captureCheckIn()` API documented below.

0 commit comments

Comments
 (0)