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.