sentry-dart
sentry-dart copied to clipboard
Sentry SDK for Dart and Flutter
## :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...
_Platform:_ - [x] Dart - [ ] Flutter Android or iOS - [ ] Flutter Web _IDE:_ - [ ] VSCode - [x] IntelliJ/AS - [ ] XCode - [...
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...
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...
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...
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`...
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...
Its been added to `Dio` already -> https://github.com/getsentry/sentry-dart/pull/934 We have to add for the `HttpClient` integration now.
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))...