We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad7ed5 commit f7ca712Copy full SHA for f7ca712
docs/platforms/flutter/index.mdx
@@ -88,6 +88,11 @@ try {
88
}
89
```
90
91
+<Alert level="warning" title="Android 16 KB Page Size">
92
+ Use Sentry Flutter SDK version `8.11.0` and above to support 16 KB page sizes on Andorid devices, or your app will crash.
93
+ Refer to [Troubleshooting](/platforms/flutter/troubleshooting/#support-16-kb-page-sizes-on-android) for more information.
94
+</Alert>
95
+
96
## Next Steps
97
98
- <PlatformLink to="/features">Learn about the features of Sentry's Flutter SDK</PlatformLink>
0 commit comments