4f885c0 Thanks @marandaneto! - feat: add local sampleRate config for session recording
(2026-03-02)4f885c0 Thanks @marandaneto! - feat: add local sampleRate config for session recording
(2026-03-02)0dce119 Thanks @TueHaulund! - Bump @posthog/rrweb-* to 0.0.45 — reuses a single OffscreenCanvas in the canvas recording worker instead of allocating a new one per frame, fixing a memory leak in Safari where GPU-backed canvas resources were not being garbage collected promptly
(2026-03-02)4f885c0]:
0dc03b0 Thanks @gustavohstrassburger! - Improve local feature flag evaluation debugging by adding timestamp tracking. Locally evaluated flags now include timing information in $feature_flag_called events to help debug cache TTL and timing issues, matching what's available for remote evaluation.
(2026-03-02)#3174 e9127d8 Thanks @TueHaulund! - Detect and report when rrweb fails to initialize. rrweb's record() silently swallows startup errors and returns undefined, which previously left the SDK reporting an active recording status while capturing zero data. The SDK now checks the return value and reports a new rrweb_error status, making the failure visible in debug properties.
(2026-03-02)
#3175 6ee5f12 Thanks @TueHaulund! - Fix memory leak in canvas recording on Safari < 16.4 where ImageBitmaps were never closed when OffscreenCanvas was unavailable in the web worker.
(2026-03-02)
#3178 186871a Thanks @TueHaulund! - Skip canvas FPS recording entirely on browsers without OffscreenCanvas support (Safari < 16.4) instead of running a wasteful requestAnimationFrame loop that can never produce data. Also includes displayWidth/displayHeight in canvas mutation data for correct replay sizing.
(2026-03-02)
#3176 87bae20 Thanks @dustinbyrne! - fix: Drop explicit exports
(2026-03-02)
#3172 2e46959 Thanks @dustinbyrne! - fix: Compressed requests use ArrayBuffer
(2026-03-02)
Updated dependencies []:
ec54fd8 Thanks @dmarticus! - Add feature_flag_cache_ttl_ms config to prevent stale flag values
(2026-02-26)#3154 a47179c Thanks @slshults! - fix: Improve tablet device type detection when Chrome sends desktop-like UA strings
Chrome on Android tablets defaults to "request desktop site" mode, sending a UA string indistinguishable from desktop Linux. This uses the Client Hints API (navigator.userAgentData.platform) and touch capability (navigator.maxTouchPoints) to correctly classify these devices as Tablet or Mobile when UA-based detection falls through to the Desktop default. (2026-02-26)
#3145 d741668 Thanks @dmarticus! - Adds a remote_config_refresh_interval_ms config option to control how often feature flags are automatically refreshed in long-running sessions.
(2026-02-26)
Updated dependencies [ec54fd8, d741668]:
ec54fd8 Thanks @dmarticus! - Add feature_flag_cache_ttl_ms config to prevent stale flag values
(2026-02-26)d741668 Thanks @dmarticus! - Adds a remote_config_refresh_interval_ms config option to control how often feature flags are automatically refreshed in long-running sessions.
(2026-02-26)6fb72c3 Thanks @marandaneto! - fix: expo-file-system detection broken on Expo SDK 54 stable
(2026-02-26)