Files
klz-cables.com/.pnpm-store/v10/files/a1/05b128daa3926fdc81ffb85caca971d9852b6b3d6711d140be89225d8f4973b9e5f3de2818cfce92ec9e7b5e93a354b65f62ad52d996e8638f2f401f883a94
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
396 B
Plaintext

import { Event } from '@sentry/core';
import { 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