Features
- Enable "Open Sentry" button in Playground for Expo apps (#5947)
- Add
attachAllThreadsoption to attach full stack traces for all threads to captured events on iOS (#5960) - Add
strictTraceContinuationandorgIdoptions for trace continuation validation (#5829) - Add
deeplinkIntegrationfor automatic deep link breadcrumbs (#5983) - Name navigation spans using dispatched action payload when
useDispatchedActionDatais enabled (#5982)
Fixes
- Fix sourcemap upload script failing when
withSentryis used programmatically inapp.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
componentStackas fallback when error has no stack trace on Android (#5965) - Add
SENTRY_PROJECT_ROOTenv var to override project root in Xcode build phase scripts for monorepo setups (#5961)