UNPKG

@sentry-internal/replay

Version:
11 lines 390 B
import type { Client, ReplayEvent, Scope } from '@sentry/core'; /** * Prepare a replay event & enrich it with the SDK metadata. */ export declare function prepareReplayEvent({ client, scope, replayId: event_id, event, }: { client: Client; scope: Scope; replayId: string; event: ReplayEvent; }): Promise<ReplayEvent | null>; //# sourceMappingURL=prepareReplayEvent.d.ts.map