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
9 lines
466 B
Plaintext
9 lines
466 B
Plaintext
import type { Event, TransportMakeRequestResponse } from '@sentry/core';
|
|
import type { 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 |