This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
Summary
AI summaryImproves view‑hierarchy capture fidelity and replay inspection stability while reducing noisy development logging.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Improves view hierarchy capture fidelity by snapshotting hierarchy per visual frame on iOS and Android. Improves view hierarchy capture fidelity by snapshotting hierarchy per visual frame on iOS and Android. Source: llm_adapter@2026-06-12 Confidence: high |
— |
| Feature | Medium |
Improves replay inspection stability by allowing frame‑synced snapshots to bypass duplicate suppression while retaining depth and time‑budget guards. Improves replay inspection stability by allowing frame‑synced snapshots to bypass duplicate suppression while retaining depth and time‑budget guards. Source: llm_adapter@2026-06-12 Confidence: high |
— |
| Bugfix | Low |
Reduces noisy development logging by removing automatic upload stats poll that printed frequent `Upload Stats` lines during recordings. Reduces noisy development logging by removing automatic upload stats poll that printed frequent `Upload Stats` lines during recordings. Source: llm_adapter@2026-06-12 Confidence: high |
— |
Full changelog
React Native SDK 1.3.1
Published to npm as @rejourneyco/[email protected].
Highlights
- Improves view hierarchy capture fidelity by capturing a hierarchy snapshot for every successfully captured visual frame on iOS and Android. Hierarchy timestamps now line up with screenshot frame timestamps, including sessions whose FPS is controlled remotely.
- Improves replay inspection stability by keeping the existing hierarchy depth and time-budget guards while allowing frame-synced snapshots to bypass duplicate suppression.
- Reduces noisy development logging by removing the automatic upload stats poll that printed frequent
Upload Statslines during active recordings. Upload behavior and the manualgetSDKMetrics()API are unchanged. - Keeps periodic hierarchy capture for screen-change and non-frame cases, while frame-synced captures provide denser replay context when visual recording is enabled.
Compatibility
- No breaking API changes.
- Existing capture settings still control visual recording cadence. When visual frames are skipped, matching frame-synced hierarchy snapshots are skipped too.
- Applications that rely on
getSDKMetrics()can continue calling it manually.
Upgrade
npm install @rejourneyco/[email protected]
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About rejourneyco/rejourney
All releases →Related context
Beta — feedback welcome: [email protected]