getsentry / sentry-dart

Sentry SDK for Dart and Flutter
https://sentry.io/for/flutter/
MIT License
725 stars 223 forks source link

ANR on NativeModuleListLoader.nativeLoadModuleList #2077

Open stefanosiano opened 1 month ago

stefanosiano commented 1 month ago

Description

It seems NativeModuleListLoader.nativeLoadModuleList may cause an ANR in some cases. Maybe not, but worth investigate it. Appeared on the SDK console

markushi commented 4 weeks ago

On Android DebugImagesLoader should be caching the debug images, we should do the same in Flutter

ueman commented 3 weeks ago

I think I saw this issue in production, or a very similar one. I try to find the issue on Monday. It's a long weekend over here, so I might forget. If you believe having an issue might help you feel free to ping me in case I forget.

buenaflor commented 6 days ago

@ueman do you still have the issue on hand?