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

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

enhancement
Platform: Dart
User Feedback

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

symbolication
dart
Feature

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

repository maintenance
dart
9.0.0
Task

### Description https://pub.dev/packages/workmanager https://docs.flutter.dev/packages-and-plugins/happy-paths/recommended#background-processing-

performance
Breadcrumbs
dart
Improvement

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

performance
docs
Platform: Dart

```[tasklist] ### Blocked by - [ ] https://github.com/getsentry/sentry-java/issues/2560 - [ ] https://github.com/getsentry/sentry-cocoa/issues/2694 ```

dart
Feature

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

enhancement
performance
Platform: Dart

https://github.com/getsentry/team-mobile/issues/120

dart
Feature

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

Split Debug Info
Source Code Context
dart
Improvement

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

performance
dart
Improvement