Debug crash in production mode.

  1. SDK Version: 47
  2. Platforms(Android/iOS/web/all): Android

Hi there!
How i can detect Android crash reason on “production mode”?
If start app via npx expo start both(ios,android) platforms works as expected.
So. If i am start using npx expo start --no-dev --minify ios works fine but android instantly crash on load without any exception in sentry (using export default Sentry.Native.wrap(App);).
Also, android instant crash when start built apk too on real device (1s splash screen and crash).
Any ways to debug this strange crush? Already read the Debugging - Expo Documentation