| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| sentry-expo-upload-sourcemaps-8.21.0.tgz | 2026-07-30 | 5.5 kB | |
| sentry-react-native-8.21.0.tgz | 2026-07-30 | 4.7 MB | |
| 8.21.0 source code.tar.gz | 2026-07-30 | 7.2 MB | |
| 8.21.0 source code.zip | 2026-07-30 | 7.7 MB | |
| README.md | 2026-07-30 | 3.2 kB | |
| Totals: 5 Items | 19.6 MB | 0 | |
Features
- Add check and download timing spans to Expo Updates listener integration (#6430)
- Attach a per-
(module, method)TurboModule breakdown to active spans onspanEnd, plusnative.turbo_modulebreadcrumbs for slow async calls (#6478)
When a root span ends (idle nav spans from reactNavigationIntegration / expoRouterIntegration, or a user's own Sentry.startSpan(...)), the integration writes turbo_module.<name>.<method>.{call_count,duration_ms,error_count} attributes plus summary keys (turbo_module.total_call_count, turbo_module.total_duration_ms, turbo_module.top_module). Async calls above slowCallThresholdMs (default 500ms) additionally record a native.turbo_module breadcrumb. Both surfaces enabled by default; new knobs enableSpanAttribution, slowCallThresholdMs, maxTopModulesPerSpan on turboModuleContextIntegration.
Fixes
- Fix duplicate navigation transaction on Expo Router
withAnchornavigations (#6439)
Changes
- Expose
instrumentStateGraphfor manual LangGraph instrumentation (#6520) instrumentLangGraphwas renamed toinstrumentStateGraphin the JavaScript SDK and is now deprecated. It stays exported for backwards compatibility and will be removed in the next major version.
Internal
- Migrate from
@sentry/babel-plugin-component-annotateto@sentry/bundler-plugins/babel-plugin(#6501)
Dependencies
- Bump Android SDK from v8.49.0 to v8.50.1 (#6503)
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8501
- diff
- Bump CLI from v3.6.1 to v3.6.2 (#6511)
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#362
- diff
- Bump JavaScript SDK from v10.67.0 to v10.69.0 (#6516, #6537)
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#10690
- diff