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.

Desktop Limitations:

Sentry supports Flutter on Linux and Windows as well, with the following limitations:

  • Native crashes are not supported on Windows.
  • Release Health isn't supported.
  • Device context data isn't as rich on Linux and Windows as it is on mobile.

When running on macOS, you can expect the same feature set as on iOS.

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").