Files
klz-cables.com/.pnpm-store/v10/files/58/1367b267967222a3f9aa42215af6082aa516c157927bf8993d6514fbe93289e3a04666fe8b2b841a06ed28339a8a144b6bd1dc5f055f2271db5a8d319424f6
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
396 B
Plaintext

import type { Event } from '@sentry/core';
import type { ReplayContainer } from '../types';
type BeforeSendEventCallback = (event: Event) => void;
/**
* Returns a listener to be added to `client.on('afterSendErrorEvent, listener)`.
*/
export declare function handleBeforeSendEvent(replay: ReplayContainer): BeforeSendEventCallback;
export {};
//# sourceMappingURL=handleBeforeSendEvent.d.ts.map