diff --git a/docs/platforms/flutter/troubleshooting.mdx b/docs/platforms/flutter/troubleshooting.mdx index 77686ae8e0f060..733c5817909086 100644 --- a/docs/platforms/flutter/troubleshooting.mdx +++ b/docs/platforms/flutter/troubleshooting.mdx @@ -6,6 +6,14 @@ sidebar_order: 9000 If you need help solving issues with Sentry's Flutter SDK, you can read the edge cases documented here. If you need additional help, you can [ask on GitHub](https://github.com/getsentry/sentry-dart/issues/new/choose). Customers on a paid plan may also contact support. +## Support 16 KB Page Sizes on Android + +Starting with Android 15, AOSP supports devices with a 16 KB page size. If your app uses NDK libraries (directly or via an SDK), you’ll need to rebuild it for compatibility with these devices. + +Update to Sentry Flutter SDK version `8.11.0` and above order to support 16 KB page sizes on Android devices. + +Please read the [Android developer documentation](https://developer.android.com/guide/practices/page-sizes) to update and test your app with 16 KB page size support. + ## "Missing API declaration" after App Store review Starting May 1, 2024, Apple requires all apps submitted to the App Store to provide a list of privacy-related APIs they use, including the reasons under which they use it. If you received an email from Apple with the message "ITMS-91053: Missing API declaration", your app doesn't fulfill the requirements. To solve this, follow our [Apple Privacy Manifest](/platforms/flutter/data-management/apple-privacy-manifest) guide.