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:
- Under the hood the SDK relies on Sentry's Dart SDK:
- The minimum required version is
2.17.0
and Flutter SDK version is3.0.0
. - This SDK includes all the Features of Sentry's Dart SDK
- The minimum required version is
- Automatic native crash error tracking (using both Android and iOS), including:
- Java, Kotlin, C, and C++ code for Android.
- ObjC, Swift, and C for iOS.
- Offline storage of events.
- Events enriched with device data.
- Breadcrumbs automatically captured:
- by the Flutter SDK.
- via the Native SDKs Automatic Breadcrumbs for Android and Automatic Breadcrumbs for iOS.
- as well as
http
with the Dart SDK.
- Release Health tracks crash free users and sessions.
- Limited support for Flutter Web.
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").
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").