Channel Log
Version History & Product Updates
Tracking, Fingerprinting & Performance
Version 1.0.11 improves screen tracking, device fingerprinting accuracy, DOM capture reliability, metadata and custom event logging, and delivers performance optimizations across iOS and Android.
- 01Custom Screen Tracking Docs:
Updated documentation that walks through adding your own screen tracking hooks and naming conventions for React Navigation and Expo Router.
- 02Auto Screen Tracking Fixes:
Resolved bugs in the auto screen tracking pipeline for setups that do not use Expo Router, ensuring consistent screen names and session timelines.
- 03Expo Router Bug Fix:
Fixed screen tracking and navigation issues when using Expo Router.
- 04Device Fingerprinting on OS Updates:
More accurate device fingerprinting that correctly handles OS updates, improving session association across system upgrades.
- 05Accurate Device Model ID on iOS:
Improved device model identification on iOS for better analytics and device segmentation.
- 06DOM Capture for Background Sessions:
Fixed DOM capture missing for sessions started from background—visual capture now initializes correctly regardless of app launch state.
- 07Performance Improvements:
Optimizations on both iOS and Android for smoother capture, lower memory usage, and reduced battery impact.
- 08Metadata & Custom Events:
Added metadata support and logging of custom events in the Rejourney package for richer analytics and session context.
Advanced Observability & UX
Version 1.0.9 introduces deep native interception, a bulletproof console log pipeline, and a complete dashboard overhaul.
- 01Native API Tracking:
Full interception of native network traffic (OkHttp on Android, URLSession on iOS) integrated directly into the replay timeline.
- 02Reliable Console Logs:
Completely redesigned JS log pipeline ensuring 100% delivery of logs, warnings, and errors with zero main-thread overhead.
- 03Enhanced Fingerprinting:
Improved user uniqueness algorithms for more accurate session association and cross-device identification.
- 04Dashboard Overhaul:
Massive UX/UI improvements across Growth, General Overview, and the Replay Workbench for a more premium feel.
Interception for OkHttp and URLSession.
Enhanced redaction during native captures.
Zero-Interference Pipeline
This foundational release introduced our highly efficient capture architecture, delivering pixel-perfect accuracy without main thread impact.
- 01Async Capture Pipeline:
Pixel buffer processing handed off to background queues (QoS: Utility) for JPEG encoding and encryption.
- 02Run Loop Gating:
Capture timer runs in default loop mode, automatically pausing during user interactions to prevent input lag.
- 03Zero-Trust Privacy:
On-device RedactionMasks identify and black out sensitive UI elements before encoding ever happens.
Private Data Sanitization
Passwords, text inputs, and camera previews are now redacted in memory, ensuring user privacy by default.