UNPKG

@sentry-internal/replay

Version:
9 lines 294 B
import type { SendReplayData } from '../types'; /** * Finalize and send the current replay event to Sentry */ export declare function sendReplay(replayData: SendReplayData, retryConfig?: { count: number; interval: number; }): Promise<unknown>; //# sourceMappingURL=sendReplay.d.ts.map