This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
Summary
AI summaryAdds UTM tracking, console log capture, and fetch/XMLHttpRequest telemetry to replays.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Adds UTM tracking for web replays with campaign metadata and attribution. Adds UTM tracking for web replays with campaign metadata and attribution. Source: llm_adapter@2026-05-25 Confidence: high |
— |
| Feature | Medium |
Captures console.log, info, warn, error, and debug calls as replay timeline events by default. Captures console.log, info, warn, error, and debug calls as replay timeline events by default. Source: llm_adapter@2026-05-25 Confidence: high |
— |
| Feature | Medium |
Tracks `fetch` and `XMLHttpRequest` API calls with method, URL, timing, status, success state, and optional payload size telemetry. Tracks `fetch` and `XMLHttpRequest` API calls with method, URL, timing, status, success state, and optional payload size telemetry. Source: llm_adapter@2026-05-25 Confidence: high |
— |
| Feature | Low |
Console log capture remains configurable via `trackConsoleLogs` option. Console log capture remains configurable via `trackConsoleLogs` option. Source: granite4.1:30b@2026-05-25-audit Confidence: low |
— |
| Feature | Low |
Network payload size telemetry stays disabled unless `networkCaptureSizes` is enabled. Network payload size telemetry stays disabled unless `networkCaptureSizes` is enabled. Source: granite4.1:30b@2026-05-25-audit Confidence: low |
— |
Full changelog
Browser SDK 0.2.0
Published to npm as @rejourneyco/[email protected].
Highlights
- Adds UTM tracking for web replays, including first-touch campaign metadata, raw UTM mirrors, referral attribution, and landing page context.
- Adds Console Logs For Every Replay. Browser
console.log,console.info,console.warn,console.error, andconsole.debugcalls are captured as replay timeline events by default. - Adds JS API Call Tracking for
fetchandXMLHttpRequest, including request method, URL, timing, status, success state, and optional payload size telemetry.
Compatibility
- No breaking API changes.
- Console capture remains configurable with
trackConsoleLogs; set it tofalseto opt out. - JS API call payload sizes stay disabled unless
networkCaptureSizesis enabled.
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 →Beta — feedback welcome: [email protected]