Files
klz-cables.com/.pnpm-store/v10/files/8c/552d1e5b79225e19a04883da0178ce74f480dee3839c9abae163999f89c28042dcd0b054a13c006500756c22456c107404d979ff8fbc1a37885569000c2ace
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

10 lines
347 B
Plaintext

import { ReplayRecordingData } from '@sentry/core';
/**
* Prepare the recording data ready to be sent.
*/
export declare function prepareRecordingData({ recordingData, headers, }: {
recordingData: ReplayRecordingData;
headers: Record<string, unknown>;
}): ReplayRecordingData;
//# sourceMappingURL=prepareRecordingData.d.ts.map