Posthog Session Replay Portable Jun 2026
While portable, session data is subject to strict security protocols. PostHog uses by default, especially in mobile "wireframe mode," to prevent sensitive user information from being exported or shared unintentionally. Additionally, while the replay itself is portable via iframe, certain dynamic elements like live event feeds may not load in external embeds due to security restrictions on separate API endpoints.
// session-replayer.ts class SessionReplayer private container: HTMLElement; private playbackSpeed = 1; private currentEventIndex = 0; private isPlaying = false; private animationFrame: number posthog session replay portable
private interceptConsole(): void const originalConsole = ...console ; const logTypes = ['log', 'info', 'warn', 'error'] as const; While portable, session data is subject to strict