File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed
docs/platforms/javascript/common/crons Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -51,10 +51,7 @@ Programmatically create and manage monitors via code. This approach is ideal for
5151
5252You can create and update monitors programmatically using either ` Sentry.withMonitor() ` or ` Sentry.captureCheckIn() ` with monitor configuration:
5353
54- <Tabs >
55- <Tab title = " withMonitor()" >
56-
57- ``` javascript
54+ ``` javascript {tabTitle:withMonitor()}
5855import * as Sentry from ' @sentry/node' ;
5956
6057// Define monitor configuration
@@ -83,10 +80,7 @@ Sentry.withMonitor(
8380);
8481```
8582
86- </Tab >
87- <Tab title = " captureCheckIn()" >
88-
89- ``` javascript
83+ ``` javascript {tabTitle:captureCheckIn()}
9084import * as Sentry from ' @sentry/node' ;
9185
9286const monitorConfig = {
@@ -133,9 +127,6 @@ async function runMonitoredJob() {
133127}
134128```
135129
136- </Tab >
137- </Tabs >
138-
139130### Monitor Configuration Properties
140131
141132Configure your monitors with these options:
You can’t perform that action at this time.
0 commit comments