Jonas Uekötter
Jonas Uekötter
> This comes out of a discussion from https://github.com/getsentry/sentry-dart/issues/607 Currently it's not that easy to catch exceptions and errors in isolates spawned by the user. It would be nice, if...
The Flutter event enricher already supports reading used packages and adding those to an event. This information can be used to mark frames as in app excludes. Please note, that...
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 - [ ]...
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) ```...
The `qgl` suite includes now stacktraces in `LinkException` (see this PR https://github.com/gql-dart/gql/pull/331). Since that's a breaking change, I've updated it here. I'll update this PR once the changes from `gql`...
### New Pull Request Checklist - [x] I have read the [Documentation](https://pub.dartlang.org/packages/dio) - [x] I have searched for a similar pull request in the [project](https://github.com/flutterchina/dio/pulls) and found none - [x]...
## :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...
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...