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

## :scroll: Description fixed Scope.clone, incorrectly accesses tags and therefore crashes. Main branch currently extracts the keys from _tags to iterate over. This is all fine but it the tries...

Performance tracing doesn't work if both the tracesSampler and the traceSampler rate is set. There should be some sort of error when the user does it. This enlightenment come out...

enhancement
docs
Hacktoberfest 🎃

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

bug
Platform: Dart
Status: Untriaged

Using Dart `2.17.6`, Sentry `6.9.0` on the web, breadcrumbs stopped working on Chrome and Firefox. They still work fine on Safari. It seems to be affecting all Chrome versions. I'm...

bug
Platform: Dart
Status: Untriaged

This issue is to track the support for `--obfuscate` and `--split-debug-info` on iOS apps. The original request was done on the [flutter/flutter issue tracker](https://github.com/flutter/flutter/issues/59321) and since then, Android support was...

enhancement
flutter
Platform: Cocoa
Impact: Large
Effort: Large
Platform: Dart

Sentry SDK for Flutter supports Windows since it's preview versions: https://github.com/getsentry/sentry-dart/pull/407 Since then, Flutter has made Windows support GA: https://medium.com/flutter/announcing-flutter-for-windows-6979d0d01fed But it does not capture a native crash. The goal...

flutter-desktop
dart
Improvement
Platform: Windows

Hi, Currently we are using the self-hosting Sentry back-end. Due to security concerns, our devOps asked me to add some extra properties to request headers. Im tried implements a `BaseClient`...

Transport API
dart
Improvement

The idea is to detect shader compilation jank and then tell users, that they can improve it by following https://docs.flutter.dev/perf/shader. Shader compilation only happens on a cold app start. Which...

enhancement
performance
flutter
Impact: Large
Effort: Large
Platform: Dart

Its been added to `Dio` already -> https://github.com/getsentry/sentry-dart/pull/934 We have to add for the `HttpClient` integration now.

Impact: Medium
Effort: Small
Platform: Dart

The Dart Dev tools include a performance view similar to the one of Sentry, see - https://dart.dev/tools/dart-devtools - https://docs.flutter.dev/development/tools/devtools/performance - https://docs.flutter.dev/development/tools/devtools/cpu-profiler If Sentry adds Timeline events (see [Timeline](https://api.dart.dev/stable/2.17.6/dart-developer/Timeline-class.html) and [TimelineTask](https://api.dart.dev/stable/2.17.6/dart-developer/TimelineTask-class.html))...

enhancement
performance
Impact: Small
Effort: Large
Platform: Dart