Skip to content
English
  • There are no suggestions because the search field is empty.

Posthog | Session Replay Portable

interface SessionRecording sessionId: string; userId: string; startTime: number; endTime?: number; events: SessionEvent[]; metadata: userAgent: string; viewport: width: number; height: number ; url: string; ;

private flushEvents(): void

: Developers can use the Session Recording Snapshot API to programmatically fetch the raw rrweb snapshots used to reconstruct replays . posthog session replay portable

If "portable" means having a private, mobile instance of the entire platform, you can self-host PostHog on your own infrastructure. Docker Compose : Use the free, open-source Docker Compose deployment By enabling teams to export, embed, and share

The concept of "portable" session replays in PostHog refers to the platform's ability to move user interaction data beyond the live production dashboard. By enabling teams to export, embed, and share technical session data, PostHog transforms ephemeral behavioral snapshots into durable assets for long-term debugging, compliance, and collaborative analysis. The Mechanics of Portability By enabling teams to export