-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Flutter docs improvements #3187
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
Changes from 1 commit
f463c04
823a791
14b3872
e36a3cd
315548f
7577c93
fbf1e0e
88291b9
590856f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,15 @@ | ||
| <Note> | ||
|
|
||
| _Sentry's Flutter SDK enables capturing sessions for Release Health, offline caching as well as reporting messages and errors._ | ||
|
|
||
| _Sentry's Flutter SDK depends on the [Dart SDK](/platforms/dart/) and includes support to native crashes through Sentry's native SDKs (Android and iOS), It'll capture errors in the native layer, including Java, Kotlin, C and C++ code for `Android` and ObjC, Swift and C for `iOS`._ | ||
| _Sentry's Flutter SDK enables automatic reporting of errors, messages, and exceptions. The Sentry Dart/Flutter SDK is available on GitHub [`sentry-dart`](https://github.com/getsentry/sentry-dart/)._ | ||
|
|
||
| </Note> | ||
|
|
||
| Features: | ||
|
|
||
| - Automatic native crash error tracking (using both [Android](/platforms/android/) and [iOS](/platforms/apple/)), including | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. we also Support Flutter Web, it's a bit limited compared to Android and iOS, of course.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I've added "Limited Support for Flutter Web" - LMK if there's a link to add or if that wording is quite what we want here @bruno-garcia
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. sounds good to me, so we don't create much expectations from Web devs as we didn't spend time on it |
||
| - Java, Kotlin, C, and C++ code for Android | ||
| - ObjC, Swift, and C for iOS | ||
| - Offline storage of events | ||
| - Events [enriched](/platforms/flutter/enriching-events/context/) with device data | ||
| - [Release Health](/product/releases/health/) tracks crash free users and sessions | ||
| - Under the hood the SDK relies on the [Dart SDK](/platforms/dart/) | ||
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.