Requested by: @antonis
Merge target: (default)
Quick links:
Assign the accepted label to this issue to approve the release.
To retract the release, the person requesting it must leave a comment containing #retract on a line by itself under this issue.
Targets
Checked targets will be skipped (either already published or user-requested skip). Uncheck to retry a target.
📋 Changelog
Features
- Experimental support of UI profiling on Android (#5518)
- Expose iOS options to ignore views from subtree traversal (#5545)
- Use
includedViewClasses to only traverse specific view classes, or excludedViewClasses to skip problematic view classes during session replay and screenshot capture
import * as Sentry from @sentry/react-native;
Sentry.init({
replaysSessionSampleRate: 1.0,
integrations: [
Sentry.mobileReplayIntegration({
includedViewClasses: [UILabel, UIView, MyCustomView],
excludedViewClasses: [WKWebView, UIWebView],
}),
],
});
Fixes
- Fix duplicate error reporting on iOS with New Architecture (#5532)
- Fix for missing
replay_id from metrics (#5483)
- Skip span ID check when standalone mode is enabled (#5493)
- Fix traces not always being attached to replays with errors (#5538)
Dependencies
- Bump Cocoa SDK from v8.57.3 to v8.58.0 (#5524)
- Bump JavaScript SDK from v10.30.0 to v10.34.0 (#5480, #5487, #5496, #5522, #5535)
- Bump Bundler Plugins from v4.6.1 to v4.6.2 (#5536)
- Bump Android SDK from v8.29.0 to v8.30.0 (#5539)
- Bump Android SDK Stubs from v8.29.0 to v8.30.0 (#5540)
Requested by: @antonis
Merge target: (default)
Quick links:
Assign the accepted label to this issue to approve the release.
To retract the release, the person requesting it must leave a comment containing
#retracton a line by itself under this issue.Targets
Checked targets will be skipped (either already published or user-requested skip). Uncheck to retry a target.
📋 Changelog
Features
includedViewClassesto only traverse specific view classes, orexcludedViewClassesto skip problematic view classes during session replay and screenshot captureFixes
replay_idfrom metrics (#5483)Dependencies