From 37a1b50cdb1fb4d48cdf321258cb0a9b8592e983 Mon Sep 17 00:00:00 2001 From: rahul Date: Sun, 5 Jul 2026 02:59:54 +0000 Subject: [PATCH 1/2] feat(sdk): add June 2026 release notes for react-native Co-Authored-By: Claude Opus 4.6 Co-Authored-By: sentry-junior[bot] <264270552+sentry-junior[bot]@users.noreply.github.com> --- .../2026-06-react-native-sdk-releases.md | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 content/changelog/2026-06-react-native-sdk-releases.md diff --git a/content/changelog/2026-06-react-native-sdk-releases.md b/content/changelog/2026-06-react-native-sdk-releases.md new file mode 100644 index 0000000..5233625 --- /dev/null +++ b/content/changelog/2026-06-react-native-sdk-releases.md @@ -0,0 +1,33 @@ +--- +title: React Native SDK Releases — June 2026 +slug: 2026-06-react-native-sdk-releases +summary: Expo Router error boundary capture, deep link correlation, Mobile Session Replay network details, and Android profiling improvements. +categories: + - SDK +platform: + - react-native +broadcastCategory: sdk_update +published: false +date: 2026-06-30 +author: rahulchhabria@sentry.io +--- + +Releases covered: **8.14.0 · 8.14.1 · 8.15.0 · 8.15.1 · 8.16.0** + +| Version | Date | Link | +|---------|------|------| +| 8.16.0 | Jun 2026 | [Release notes](https://github.com/getsentry/sentry-react-native/releases/tag/8.16.0) | +| 8.15.1 | Jun 2026 | [Release notes](https://github.com/getsentry/sentry-react-native/releases/tag/8.15.1) | +| 8.15.0 | Jun 2026 | [Release notes](https://github.com/getsentry/sentry-react-native/releases/tag/8.15.0) | +| 8.14.1 | Jun 2026 | [Release notes](https://github.com/getsentry/sentry-react-native/releases/tag/8.14.1) | +| 8.14.0 | Jun 2026 | [Release notes](https://github.com/getsentry/sentry-react-native/releases/tag/8.14.0) | + +## What changed + +- **Expo Router error boundary capture (8.16.0):** Wrap routes with `Sentry.wrapExpoRouterErrorBoundary` to capture render-phase errors with route context (`route.name`, `route.path`, `route.params`) and tag the in-flight navigation transaction as errored. +- **Deep link correlation (8.14.0):** Deep links are now correlated with the resulting navigation transaction — tagged with `navigation.trigger: 'deeplink'`, `deeplink.url`, and `deeplink.dispatch_delay_ms`. Covers both cold start and warm open paths. +- **Mobile Session Replay network details (8.15.0):** XHR request/response headers and bodies can now be captured via `networkDetailAllowUrls` and `networkCaptureBodies: true`. Authorization headers are always stripped; bodies capped at ~150 KB. +- **Profiling & linked errors (8.14.0 · 8.15.0):** Added memory, CPU, and frame measurements to Android profiling; JVM stack traces of rejected native module promises now captured as linked exceptions via `nativeStackAndroid`. +- **Bug fixes (8.15.1 · 8.16.0):** Fixed fatal iOS crash in `RNSentryReplayBreadcrumbConverter`; fixed Android `ClassCastException` with numeric breadcrumb timestamps; fixed Android Gradle source map upload being silently skipped. + +_Tagged by @rahulchhabria_ From aaca545eced9bc66eb4636f99a9ceaa20d899342 Mon Sep 17 00:00:00 2001 From: rahul Date: Sun, 5 Jul 2026 03:13:45 +0000 Subject: [PATCH 2/2] chore: remove tagged line from react-native changelog entry Co-Authored-By: Claude Opus 4.6 Co-Authored-By: sentry-junior[bot] <264270552+sentry-junior[bot]@users.noreply.github.com> --- content/changelog/2026-06-react-native-sdk-releases.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/changelog/2026-06-react-native-sdk-releases.md b/content/changelog/2026-06-react-native-sdk-releases.md index 5233625..f0e1c57 100644 --- a/content/changelog/2026-06-react-native-sdk-releases.md +++ b/content/changelog/2026-06-react-native-sdk-releases.md @@ -29,5 +29,3 @@ Releases covered: **8.14.0 · 8.14.1 · 8.15.0 · 8.15.1 · 8.16.0** - **Mobile Session Replay network details (8.15.0):** XHR request/response headers and bodies can now be captured via `networkDetailAllowUrls` and `networkCaptureBodies: true`. Authorization headers are always stripped; bodies capped at ~150 KB. - **Profiling & linked errors (8.14.0 · 8.15.0):** Added memory, CPU, and frame measurements to Android profiling; JVM stack traces of rejected native module promises now captured as linked exceptions via `nativeStackAndroid`. - **Bug fixes (8.15.1 · 8.16.0):** Fixed fatal iOS crash in `RNSentryReplayBreadcrumbConverter`; fixed Android `ClassCastException` with numeric breadcrumb timestamps; fixed Android Gradle source map upload being silently skipped. - -_Tagged by @rahulchhabria_