sentry-dart icon indicating copy to clipboard operation
sentry-dart copied to clipboard

Sentry SDK for Dart and Flutter

Results 287 sentry-dart issues
Sort by recently updated
recently updated
newest added

https://api.flutter.dev/flutter/widgets/GestureDetector-class.html

enhancement
performance
Impact: Large
Effort: Medium
Platform: Dart

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...

9.0.0
Improvement
Flutter

## :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 - [ ]...

flutter

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...

repository maintenance
Impact: Small
Effort: Small
Platform: Dart

## :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...

bug
flutter
Impact: Small
Effort: Small
Platform: Dart

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) ```...

enhancement
repository maintenance
Platform: Dart

_Platform:_ - [ ] Dart - [x] Flutter Android or iOS - [ ] Flutter Web _IDE:_ - [ ] VSCode - [x] IntelliJ/AS - [x] XCode - [ ]...

bug
Platform: Dart
Status: Untriaged

## :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...

Hacktoberfest 🎃

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...

enhancement
dio
Platform: Dart
graphql