Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
12 lines
487 B
Plaintext
12 lines
487 B
Plaintext
import { Span } from '@sentry/core';
|
|
/**
|
|
* Checks if the request is a Vercel cron request and starts a check-in if it matches a configured cron.
|
|
*/
|
|
export declare function maybeStartCronCheckIn(span: Span, route: string | undefined): void;
|
|
/**
|
|
* Completes a Vercel cron check-in when a span ends.
|
|
* Should be called from the spanEnd event handler.
|
|
*/
|
|
export declare function maybeCompleteCronCheckIn(span: Span): void;
|
|
//# sourceMappingURL=vercelCronsMonitoring.d.ts.map
|