Files
klz-cables.com/.pnpm-store/v10/files/57/e614d014d3970b00a02970e38ce4948b6765ab8ca3e829a9edf593ed2b3a90273b915faeea374de0c357bcca0155b41fbc1ecde1a81082875c3ac83d29265f
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

8 lines
440 B
Plaintext

import { DsnComponents, ReplayEnvelope, ReplayEvent, ReplayRecordingData } from '@sentry/core';
/**
* Create a replay envelope ready to be sent.
* This includes both the replay event, as well as the recording data.
*/
export declare function createReplayEnvelope(replayEvent: ReplayEvent, recordingData: ReplayRecordingData, dsn: DsnComponents, tunnel?: string): ReplayEnvelope;
//# sourceMappingURL=createReplayEnvelope.d.ts.map