Posthog Session Replay Portable Jun 2026

In your values.yaml for the PostHog Helm chart, define your external storage.

// Create iframe for isolated replay const iframe = document.createElement('iframe'); iframe.style.width = `$initialState.data.viewport.widthpx`; iframe.style.height = `$initialState.data.viewport.heightpx`; iframe.style.border = '1px solid #ccc'; iframe.style.borderRadius = '4px'; posthog session replay portable

private replayClick(data: any, doc: Document): void const cursor = doc.querySelector('.replay-cursor') as HTMLElement; if (cursor) cursor.style.left = $data.xpx ; cursor.style.top = $data.ypx ; cursor.style.display = 'block'; In your values

ph = Posthog('YOUR_PROJECT_API_KEY', host='https://app.posthog.com') iframe.style.width = `$initialState.data.viewport.widthpx`

: To handle the volume of data, PostHog AI can summarize portable session data, categorizing behavior patterns across experiment variants without requiring a manual review of every hour of footage. Limitations and Privacy Considerations