sentry-dart
sentry-dart copied to clipboard
Sentry SDK for Dart and Flutter
### Description It seems `NativeModuleListLoader.nativeLoadModuleList` may cause an ANR in some cases. Maybe not, but worth investigate it. Appeared on the [SDK console](https://play.google.com/sdk-console/accounts/3062283563667932501/sdks/8032069852812677199/crashes/c4dafb3d/details?timeRange=LAST_28_DAYS&crashStatuses=SDK_CRASH_STATUS_UNSPECIFIED&affectedApps=AFFECTED_APPS_UNSPECIFIED)
### Description It's not easy to find flutter web related limitations Examples: - no symbolication for wasm
Description The Sentry flutter version is 6.22.0 When I monitor weak network,I can reproduce the ANR. The below is ANR stack trace "main" prio=5 tid=1 TimedWaiting | group="main" sCount=1 dsCount=0...
### Problem Statement **Description** The current static only approach doesn’t gracefully allow other packages to rely (inject) on a `Sentry` instance that has already been initialized. Such scenario can be...
### Description https://github.com/getsentry/team-mobile/issues/184 (see https://github.com/getsentry/sentry-dart/blob/main/flutter/lib/src/view_hierarchy/sentry_tree_walker.dart#L284)
### Platform Flutter Web ### Obfuscation Disabled ### Debug Info Enabled ### Doctor ``` [✓] Flutter (Channel master, 3.23.0-13.0.pre.62, on macOS 14.4.1 23E224 darwin-arm64, locale en-US) • Flutter version 3.23.0-13.0.pre.62...
## :scroll: Description Example: https://jonas-uekotter.sentry.io/share/issue/bd0cdbab9fef4bd8bfffe13517c77288/ @buenaflor @krystofwoldrich @denrase I'm not 100% sure whether the result of the changes in this PR is correct, could you double-check whether it's correct? After...
### Platform Dart ### Obfuscation Disabled ### Debug Info Disabled ### Doctor N/A ### Version 8.1.0 ### Steps to Reproduce Look at any issue reported from a Flutter/Dart app. Navigate...
### Description TTID is always auto instrumented and doesn't take custom app start ends into consideration so the times might not align 
We have Screenshots, and we have View Hierarchy. For Mobile SR, we use VH to redact SS-based Replays - we should "backport" this functionality to the SS feature. Rationale: SS...