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
12 changes: 11 additions & 1 deletion docs/platforms/flutter/features/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,14 @@ Sentry's Flutter SDK enables automatic reporting of errors and exceptions, and i
- as well as `http` with the [Dart SDK](/platforms/dart/).
- Integrations for sqflite, routing and more. For a complete list, see our [integrations list](/platforms/flutter/integrations/).
- [Release Health](/product/releases/health/) tracks crash free users and sessions.
- Limited support for Flutter Web.

**Web Limitations:**

Sentry has limited support for Flutter Web, but there are several limitations compared with mobile platforms:
buenaflor marked this conversation as resolved.
Show resolved Hide resolved
lizokm marked this conversation as resolved.
Show resolved Hide resolved

- Issue titles are not human readable, as they show the minified name.
lizokm marked this conversation as resolved.
Show resolved Hide resolved
- Stack traces are not symbolicated when compiling using WASM.
lizokm marked this conversation as resolved.
Show resolved Hide resolved
- Stack traces are not symbolicated when loaded as a Chrome extension.
lizokm marked this conversation as resolved.
Show resolved Hide resolved
- No offline caching for exceptions
lizokm marked this conversation as resolved.
Show resolved Hide resolved
- No support for [Release Health](/product/releases/health/)
lizokm marked this conversation as resolved.
Show resolved Hide resolved
- Device context data is not as rich as on mobile
lizokm marked this conversation as resolved.
Show resolved Hide resolved
Loading