Requested by: @alwx
Merge target: (default)
Quick links:
Assign the accepted label to this issue to approve the release.
Targets
Checked targets will be skipped (either already published or user-requested skip). Uncheck to retry a target.
📋 Changelog
Features
- Enable "Open Sentry" button in Playground for Expo apps (#5947)
- Add
attachAllThreads option to attach full stack traces for all threads to captured events on iOS (#5960)
- Add
strictTraceContinuation and orgId options for trace continuation validation (#5829)
- Add
deeplinkIntegration for automatic deep link breadcrumbs (#5983)
- Name navigation spans using dispatched action payload when
useDispatchedActionData is enabled (#5982)
Fixes
- Fix sourcemap upload script failing when
withSentry is used programmatically in app.config.ts (#6006)
- Retry native module resolution to prevent silent event drops in production Hermes builds (#5981)
- Lazy-load Metro internal modules to prevent Expo 55 import errors (#5958)
- Fix app start transaction profile offset by using the actual profiling start timestamp instead of the adjusted app start time (#5962)
- Use React
componentStack as fallback when error has no stack trace on Android (#5965)
- Add
SENTRY_PROJECT_ROOT env var to override project root in Xcode build phase scripts for monorepo setups (#5961)
Dependencies
- Bump Cocoa SDK from v9.8.0 to v9.10.0 (#5956, #5972)
- Bump Bundler Plugins from v5.1.1 to v5.2.0 (#5968)
- Bump JavaScript SDK from v10.47.0 to v10.48.0 (#5975)
- Bump Android SDK from v8.37.1 to v8.38.0 (#5971)
Requested by: @alwx
Merge target: (default)
Quick links:
Assign the accepted label to this issue to approve the release.
Targets
Checked targets will be skipped (either already published or user-requested skip). Uncheck to retry a target.
📋 Changelog
Features
attachAllThreadsoption to attach full stack traces for all threads to captured events on iOS (#5960)strictTraceContinuationandorgIdoptions for trace continuation validation (#5829)deeplinkIntegrationfor automatic deep link breadcrumbs (#5983)useDispatchedActionDatais enabled (#5982)Fixes
withSentryis used programmatically inapp.config.ts(#6006)componentStackas fallback when error has no stack trace on Android (#5965)SENTRY_PROJECT_ROOTenv var to override project root in Xcode build phase scripts for monorepo setups (#5961)Dependencies