You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New Feature: Enhanced Session Replay with video-like quality by increasing screenshot capture frequency and improving image compression.
Added configurable screenshot quality, capturing mode, and capture intervals.
New Feature: Expanded WebView support to capture network logs and user interactions within WebViews.
Revamp UIHangs metric into Screen Rendering metric that captures and reports slow frames and frozen frames occurring in each screen.
Deprecated APM.uiHangsEnabled in favor of APM.screenRenderingEnabled. The deprecated API will be removed in a future version.
Improvement: Added support for iOS 26.
Improvement: Added a --keep-changes flag to SwiftUIIntegrator to disable auto revert logic.
Improvement: Made multiple improvements to network logging module.
Bug Fix: Resolved a symbol conflict that could cause errors.
Bug Fix: Fixed an out-of-memory crash when uploading large files.
Bug Fix: Moved operations that were unnecessarily running on the main thread to background threads.
Bug Fix: Fixed unexpected color changes when using the theme API.