Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(flutter): Document Flutter web limitations #10474

Merged
merged 11 commits into from
Jun 27, 2024
11 changes: 11 additions & 0 deletions docs/platforms/flutter/features/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,14 @@ Sentry's Flutter SDK enables automatic reporting of errors and exceptions, and i
- [Profiling](/platforms/flutter/profiling/) collects detailed information about your code at the function level.
- [Source Context](/platforms/flutter/data-management/debug-files/source-context/) shows snippets of code around the location of stack frames.
- [Sentry Dart Plugin](/platforms/flutter/upload-debug/) makes uploading debug symbols easy and automatic.

**Web Limitations:**

Sentry supports Flutter Web as well, with the following limitations:

- Issue titles are not human-readable, as they show the minified name.
- Stack traces aren't symbolicated when compiled using WebAssembly (WASM).
- Stack traces are not symbolicated when loaded as a browser extension.
- Offline caching isn't supported for exceptions.
- [Release Health](/product/releases/health/) isn't supported.
- Device context data isn't as rich on the web as it is on mobile.
Loading