Files
klz-cables.com/.pnpm-store/v10/files/31/a394b7f5ba5ac907d2f11c3cabc8ab6f8014484a4c0ae295b49b748df0e0906dd8c5b3e273126e013178ce4e516f0f8d8e5993ad339c88b3ea42ee0d5797f5
Marc Mintel 5397309103
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
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

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