Files
klz-cables.com/.pnpm-store/v10/files/14/6896e21fc4d50e17bb177dc97870cdf466cd34523381de20ac1191e0287a22956bce0b37114135e3c658dd3bb02cedd2115ac0b7695dc63933f6fba49140b6
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
466 B
Plaintext

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