UNPKG

@sentry-internal/replay

Version:
7 lines 437 B
import type { DsnComponents, ReplayEnvelope, ReplayEvent, ReplayRecordingData } from '@sentry/core'; /** * Create a replay envelope ready to be sent. * This includes both the replay event, as well as the recording data. */ export declare function createReplayEnvelope(replayEvent: ReplayEvent, recordingData: ReplayRecordingData, dsn: DsnComponents, tunnel?: string): ReplayEnvelope; //# sourceMappingURL=createReplayEnvelope.d.ts.map