Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
refactor GS to common
  • Loading branch information
PeloWriter committed Mar 3, 2021
commit f463c04f0355d58c22c9c34083afbcdcefe9cc6b
2 changes: 2 additions & 0 deletions src/includes/getting-started-install/flutter.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Get the SDK from [pub.dev](https://pub.dev/packages/sentry_flutter) by adding the following to your `pubspec.yaml`:

```yml {filename:pubspec.yaml}
dependencies:
sentry_flutter: ^4.0.4
Expand Down
14 changes: 11 additions & 3 deletions src/includes/getting-started-primer/flutter.mdx
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
Copy link
Contributor

Choose a reason for hiding this comment

The 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.
Eg, events are not enriched with device context.

Copy link
Contributor Author

Choose a reason for hiding this comment

The 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

Copy link
Contributor

Choose a reason for hiding this comment

The 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/)
23 changes: 0 additions & 23 deletions src/platforms/flutter/index.mdx

This file was deleted.