i need to catch app crash log, this app crash happen when running/debug at AndroidStudio on startup (still not yet a signed apk). i have tried using sentry, but i does not catch any error.
i have tried to test print text at try-catch on main.dart
but sentry cant catch it.
any better idea ?