Skip to content

Commit fc452f1

Browse files
authored
Update changelog
1 parent 3011143 commit fc452f1

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010

1111
### Fixes
1212

13-
- Force 16 KB ELF alignment for `libsentry-tm-perf-logger.so` so it no longer breaks 16 KB page size compatibility on Android 15+ ([#6394](https://github.com/getsentry/sentry-react-native/issues/6394))
14-
15-
The native library added in 8.17.0 for Turbo Module performance tracking is built from source with the app's NDK. On NDK r27 and earlier the linker defaults to 4 KB segment alignment, leaving this library misaligned while every other bundled `.so` is already 16 KB aligned. This tripped Android's 16 KB page size compatibility check (and Google Play's 16 KB requirement) for New Architecture apps, even when `enableTurboModuleTracking` was not enabled. The CMake target now passes `-Wl,-z,max-page-size=16384` (a no-op on NDK r28+).
13+
- Force 16 KB ELF alignment for `libsentry-tm-perf-logger.so` so it does not breaks 16 KB page size compatibility on Android 15+ ([#6396](https://github.com/getsentry/sentry-react-native/pull/6396))
1614

1715
## 8.17.0
1816

0 commit comments

Comments
 (0)