From 40d3288fbb3c80d22370d506fbaf0335bbefa22e Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Fri, 3 Jul 2026 10:58:47 +0200 Subject: [PATCH] docs: Warn about 16 KB alignment issue in 8.17.0 Adds a known-issue warning to the 8.17.0 changelog section pointing users to 8.17.1, which ships the fix for the misaligned libsentry-tm-perf-logger.so native library. See #6394 Co-Authored-By: Claude Opus 4.8 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ec3591fa7..0d58c95c7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ ## 8.17.0 +> [!WARNING] +> ⚠️ **Known Issue (Android):** Apps built with the New Architecture on `sentry-react-native` **8.17.0** bundle a native library (`libsentry-tm-perf-logger.so`) that is not 16 KB page aligned, which breaks [16 KB page size](https://developer.android.com/guide/practices/page-sizes) compatibility on Android 15+ (and fails Google Play's 16 KB requirement). See [#6394](https://github.com/getsentry/sentry-react-native/issues/6394). **Please use [8.17.1](https://github.com/getsentry/sentry-react-native/releases/tag/8.17.1)**. + ### Features - Add experimental `enableStandaloneAppStartTracing` to send app start as a standalone `app.start` transaction ([#6359](https://github.com/getsentry/sentry-react-native/pull/6359))