sentry-dart
sentry-dart copied to clipboard
Auto performance monitoring for widgets
https://api.flutter.dev/flutter/widgets/GestureDetector-class.html
Similar to https://github.com/getsentry/sentry-java/issues/1412
This needs to be tested with Platform Views (webviews, maps, videos, camera, etc) as a global Gesture Detector can lead to weird behavior while interacting with them. Just had such a bug myself.
@ueman thanks for the heads up, mind clarifying this weird behavior? so we can check it out during the testing.
In my case it lead to being unable to scroll in flutter_inappwebview. Not sure why yet, as the global GestureDetector comes out of closed source third party code, which makes it tricky to figure out.