sentry-dart
sentry-dart copied to clipboard
Sentry SDK for Dart and Flutter
## :scroll: Description Run device tests to verify that samples start without issue on defined supported versions. ## :bulb: Motivation and Context ## :green_heart: How did you test it? ##...
#skip-changelog ## :scroll: Description Add a unit test that starts the flutter example app on iOS and Android and calls the Sentry SDK setup. Use [Google tested versions](https://docs.flutter.dev/development/tools/sdk/release-notes/supported-platforms) as minimum,...
### Description The [issue](https://github.com/flutter/flutter/issues/73652) has been closed on Flutter 3.3 Technically we can remove this from [our docs](https://docs.sentry.io/platforms/flutter/troubleshooting/): > On Windows, you have to set the version and build number...
The geolocation is not available yet as a class in the native layers, and therefore it can't be synced. As soon as it's available in the native layers, this should...
### Description https://github.com/getsentry/sentry-dart/blob/fe217baa64bf65dac702f8ef5acd8a267f02b46c/flutter/android/src/main/kotlin/io/sentry/flutter/SentryFlutterPlugin.kt#L278-L285 https://github.com/getsentry/sentry-java/releases/tag/6.5.0-beta.2 Blocked till 6.5.0 is GA.
_Platform:_ - [ ] Dart - [ ] Flutter Android or iOS - [ ] Flutter Web - [X] Flutter Desktop _IDE:_ - [ ] VSCode - [X] IntelliJ/AS -...
### Description This came out of this comment: https://github.com/getsentry/sentry-dart/pull/1038/#discussion_r985250223
### Description Due to the limitations of `enums` on Dart, there was no easy way to extend the enum and accept a plain String. We can leverage this feature if...
### Description Starting with the [plugin](https://github.com/getsentry/sentry-dart-plugin/commit/4cdd0301dbc3366d0eb757bcf9b1cfb10a8f1b17). Let's see if it's not super noisy.
### Description This check here https://github.com/getsentry/sentry-dart/blob/ab3023814195ce35814d3c87ed0fb09a2e255d7e/dart/lib/src/platform_checker.dart#L8 needs to be made compatible with WASM. Otherwise, it might report the wrong value. See also https://github.com/flutter/flutter/pull/112122 I guess something like the following code...