MCPcopy Index your code
hub / github.com/getsentry/sentry-javascript / finishCheckIn

Function finishCheckIn

packages/core/src/exports.ts:223–225  ·  view source on GitHub ↗
(status: FinishedCheckIn['status'])

Source from the content-addressed store, hash-verified

221 const now = timestampInSeconds();
222
223 function finishCheckIn(status: FinishedCheckIn['status']): void {
224 captureCheckIn({ monitorSlug, status, checkInId, duration: timestampInSeconds() - now });
225 }
226 // Default behavior without isolateTrace
227 let maybePromiseResult: T;
228 try {

Callers 1

runCallbackFunction · 0.85

Calls 2

timestampInSecondsFunction · 0.90
captureCheckInFunction · 0.85

Tested by

no test coverage detected