We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b5b9d commit 2b4f7c1Copy full SHA for 2b4f7c1
packages/core/src/types-hoist/checkin.ts
@@ -105,4 +105,9 @@ export interface MonitorConfig {
105
failureIssueThreshold?: SerializedMonitorConfig['failure_issue_threshold'];
106
/** How many consecutive OK check-ins it takes to resolve an issue. */
107
recoveryThreshold?: SerializedMonitorConfig['recovery_threshold'];
108
+ /**
109
+ * If set to true, creates a new trace for the monitor callback instead of continuing the current trace.
110
+ * This allows distinguishing between different cron job executions.
111
+ */
112
+ isolateTrace?: boolean;
113
}
0 commit comments