Download Latest Version 8.21.0 source code.zip (7.7 MB)
Email in envelope

Get an email when there's a new version of Sentry SDK for React Native

Home / 8.20.0
Name Modified Size InfoDownloads / Week
Parent folder
sentry-expo-upload-sourcemaps-8.20.0.tgz 2026-07-23 5.5 kB
sentry-react-native-8.20.0.tgz 2026-07-23 4.7 MB
8.20.0 source code.tar.gz 2026-07-23 7.1 MB
8.20.0 source code.zip 2026-07-23 7.7 MB
README.md 2026-07-23 2.4 kB
Totals: 5 Items   19.5 MB 0

Fixes

  • Fix iOS screenshots no longer being captured since 8.19.0 (Feedback Widget screenshot, attachScreenshot, Sentry.captureScreenshot()) by reverting the iOS SentrySDK.internal migration from [#6380] (#6491, #6497)
  • Strip empty turbo_module.name / turbo_module.method tags in turboModuleContextIntegration so events captured outside an active TurboModule call no longer carry an ingestion "Processing Error" (#6506)
  • Make copySentryJsonConfiguration and the *_SentryUpload Gradle tasks compatible with the Gradle Configuration Cache (#6469)

These tasks previously read project state at execution time — onlyIf predicates resolving closures from project.extra, plus project.rootDir, project.copy, project.logger, and Project.file inside task actions — which fails the build with Could not evaluate onlyIf predicate when org.gradle.configuration-cache=true (Gradle 9 defaults to recommending it). Environment reads are now captured at configuration time, file copies use an injected FileSystemOperations, and task actions use the task's own logger. No behaviour change. Interim step ahead of the full SAGP migration (getsentry/sentry-android-gradle-plugin#796).

Dependencies

Source: README.md, updated 2026-07-23