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 In order to better understand the memory usage, Sentry should report the used memory of an application. ### Solution Brainstorm Dart offers to query some memory information:...

enhancement
Platform: Dart

### Description See https://github.com/getsentry/team-mobile/issues/165 Investigate if it makes sense/is possible on flutter

Platform: Dart

### Problem Statement In mobile application development, there exists a critical privacy concern related to the inadvertent capture of sensitive information through screenshots. When users take screenshots, especially in apps...

enhancement
Platform: Dart

### Description https://github.com/getsentry/team-sdks/issues/41

Platform: Dart

### Description Ref: https://github.com/getsentry/team-mobile/issues/158 ```[tasklist] ### Blocked by - [ ] Sentry Cocoa `8.39.0` ```

Platform: Dart

Add support for Sentry's Session Replay: https://sentry.io/for/session-replay/

enhancement
Platform: Dart
Replay

### Description Ref PR: https://github.com/getsentry/sentry-dart/pull/1799

Flutter
Tests

### Description Requires more planning as we don't want to pull in more packages in the SDK to implement this Reference on how to implement it: https://github.com/getsentry/sentry-dart/pull/1765#issuecomment-1838257790 https://github.com/getsentry/team-mobile/issues/82 Web implementation:...

dart
Feature

### Platform Flutter Mobile ### Obfuscation Disabled ### Debug Info Disabled ### Doctor Irrelevant ### Version 7.12.0 ### Steps to Reproduce 1. cause error 2. track error 3. see Skia...

bug
Platform: Dart

### Problem Statement Similar to https://twitter.com/brungarc/status/1711484812702171309 it should be possible in Dart to detect blocking file IO calls. There's also a lint rule (https://dart.dev/tools/linter-rules/avoid_slow_async_io) to enforce sync io but that...

dart
9.0.0
Feature