@sentry-internal/replay
Version:
User replays for Sentry
7 lines • 437 B
TypeScript
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