sentry-dart
sentry-dart copied to clipboard
Sentry SDK for Dart and Flutter
### Problem Statement Would be great if there is an image upload option during the user feedback. ### Solution Brainstorm _No response_ ### Are you willing to submit a PR?...
### Description Depends on https://github.com/getsentry/sentry-dart/issues/2805, https://github.com/dart-lang/sdk/issues/51941 For AOT-compiled apps, it's currently not possible to symbolicate class types because debug files don't contain the minified name to associate with the symbolicated...
### Description https://docs.flutter.dev/packages-and-plugins/developing-packages#shared-ios-and-macos-implementations Requires Flutter >= 3.7 With this, we can remove the symlink.
### Description https://pub.dev/packages/workmanager https://docs.flutter.dev/packages-and-plugins/happy-paths/recommended#background-processing-
### Description https://pub.dev/documentation/http/latest/http/runWithClient.html Example: https://pub.dev/packages/cupertino_http So you can technically create a single Sentry HTTP Client and set it as global.
```[tasklist] ### Blocked by - [ ] https://github.com/getsentry/sentry-java/issues/2560 - [ ] https://github.com/getsentry/sentry-cocoa/issues/2694 ```
### Background: To further simplfiy ignoring certain events from being sent to sentry, it is also suggested to provide `ignoreTransactions` and `ignoreErrors` More info here develop docs updated: https://develop.sentry.dev/sdk/features/#event-sampling -...
https://github.com/getsentry/team-mobile/issues/120
### Description Sentry already offers Source context support but only when using `split-debug-info` as well. [https://docs.sentry.io/platforms/flutter/troubleshooting/#source-context](https://docs.sentry.io/platforms/flutter/troubleshooting/#source-context) This issue is to make it possible without the `split-debug-info` as well. This would...
### Description Relates to https://github.com/getsentry/sentry-dart/issues/721 and https://github.com/getsentry/sentry-dart/issues/724 There are a few approaches, today the SDK has a single Hub/Scope and it allows a single transaction per time bound to the...