Features

Learn about the features of Sentry's Flutter SDK.

Sentry's Flutter SDK enables automatic reporting of errors and exceptions, and identifies performance issues in your application. The below, is a list of features that are available as part of this SDK.

Features:

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 isn't supported.
  • Device context data isn't as rich on the web as it is on mobile.
Help improve this content
Our documentation is open source and available on GitHub. Your contributions are welcome, whether fixing a typo (drat!) or suggesting an update ("yeah, this would be better").