sentry-dart
sentry-dart copied to clipboard
Sentry SDK for Dart and Flutter
https://api.flutter.dev/flutter/widgets/GestureDetector-class.html
We can try to use [`compute()`](https://api.flutter.dev/flutter/foundation/compute-constant.html) here https://github.com/getsentry/sentry-dart/blob/bca59abc7f5f257b4fcbb973090d9df719509ebc/flutter/lib/src/file_system_transport.dart#L14-L17 in order to offload the conversion to another isolate. This could improve the performance because we're not blocking the UI Isolate, especially...
## :scroll: Description ## :bulb: Motivation and Context Closes https://github.com/getsentry/sentry-dart/issues/556 ## :green_heart: How did you test it? ## :pencil: Checklist - [ ] I reviewed submitted code - [ ]...
Package validation found the following potential issue: * 48 checked in files are ignored by a `.gitignore`. Previous versions of Pub would include those in the published package. Consider adjusting...
## :scroll: Description Enhancement: Use compute to offload heavy work from the main thread ## :bulb: Motivation and Context Closes https://github.com/getsentry/sentry-dart/issues/536 ## :green_heart: How did you test it? ## :pencil:...
Hi, I am starting with Flutter Sentry for Web and it is working but when an error occurs it suppresses the error from being shown on the console. Is there...
In order to not be surprised by new breaking changes of Flutter, we'd like to have our tests run on [`flutter/tests`](https://github.com/flutter/tests). We do need a file like (pseudo code) ```...
_Platform:_ - [ ] Dart - [x] Flutter Android or iOS - [ ] Flutter Web _IDE:_ - [ ] VSCode - [x] IntelliJ/AS - [x] XCode - [ ]...
## :scroll: Description Split up `default_integrations.dart` into one file for each integration. This should make it easier to maintain a good overview about the integrations. #skip-changelog ## :bulb: Motivation and...
I'd like to request a way to make it easier to handle nested exceptions. Since there is no built-in way in Dart to nest exceptions, a lot of libraries have...