Posthog Session Replay Portable Jun 2026

When you make your session replays portable (e.g., dumping them into a public S3 bucket or a data lake), you risk exposing PII (Personally Identifiable Information).

// Error events window.addEventListener('error', this.handleError); window.addEventListener('unhandledrejection', this.handlePromiseError); posthog session replay portable