ReactNative - No crash report in release mode sentry.io

787 Views Asked by At

Successfully integrated the sentry.io.

In one of the componet in constructor I have placed a console.log() with invalid variable.

whenever I run using react-native run-ios or react-native run-android it is reported in sentry.io dashboard. (debug mode)

But if I build the apk in release mode using cd android && ./gradlew assemblerelease It doesn't catches any crash.

0

There are 0 best solutions below