| Name | Modified | Size | Downloads / 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 iOSSentrySDK.internalmigration from [#6380] (#6491, #6497) - Strip empty
turbo_module.name/turbo_module.methodtags inturboModuleContextIntegrationso events captured outside an active TurboModule call no longer carry an ingestion "Processing Error" (#6506) - Make
copySentryJsonConfigurationand the*_SentryUploadGradle 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
- Bump JavaScript SDK from v10.65.0 to v10.67.0 (#6471, #6494)
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#10670
- diff
- Bump CLI from v3.6.0 to v3.6.1 (#6493)
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#361
- diff