Files
klz-cables.com/.pnpm-store/v10/files/4b/92e0f4088e92e51e7832133519d0320c799067d079c53805e41803dac613f30e30fd2eacc16e79f9d65450c7bc1e95884448397383b7879ec262e99435689b
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

9 lines
294 B
Plaintext

import type { SendReplayData } from '../types';
/**
* Finalize and send the current replay event to Sentry
*/
export declare function sendReplay(replayData: SendReplayData, retryConfig?: {
count: number;
interval: number;
}): Promise<unknown>;
//# sourceMappingURL=sendReplay.d.ts.map