Features
- Added
logsOriginto Sentry Options (#5354)- You can now choose which logs are captured: 'native' for logs from native code only, 'js' for logs from the JavaScript layer only, or 'all' for both layers.
- Takes effect only if
enableLogsistrueand defaults to 'all', preserving previous behavior.
- Add
beforeErrorSamplingcallback tomobileReplayIntegration(#5393)
Fixes
- Preserves interaction span context during app restart to allow proper replay capture (#5386)
- Discard empty Route Change transactions (#5387)
Dependencies
- Bump JavaScript SDK from v10.24.0 to v10.26.0 (#5362, #5389)
- Bump CLI from v2.58.0 to v2.58.2 (#5363, #5371)
- Bump Android SDK from v8.25.0 to v8.27.0 (#5364, #5395)
- Bump Android SDK Stubs from v8.25.0 to v8.27.0 (#5365, #5396)
- Bump Cocoa SDK from v8.57.2 to v8.57.3 (#5375)
- Bump Bundler Plugins from v4.6.0 to v4.6.1 (#5394)