Files
klz-cables.com/.pnpm-store/v10/files/c6/8e56d227e7f3f6d2bd2eaa0df02af807e743e4411c723334ddf83206569ab80adf0c7f3c95332a876b8a747fb9b9a133d4eafff9f227baadd6d5c6244d3381
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

11 lines
390 B
Plaintext

import type { Client, ReplayEvent, Scope } from '@sentry/core';
/**
* Prepare a replay event & enrich it with the SDK metadata.
*/
export declare function prepareReplayEvent({ client, scope, replayId: event_id, event, }: {
client: Client;
scope: Scope;
replayId: string;
event: ReplayEvent;
}): Promise<ReplayEvent | null>;
//# sourceMappingURL=prepareReplayEvent.d.ts.map