React Native integration error uploading bundle

I have integrated the react-native-sentry SDK with my React Native project and able to capture the native and JavaScript errors in the dashboard. But there is a warning in the JavaScript errors for both iOS and Android that the respective bundle files. Below are the error that is being printed out.

Source code was not found for app:///index.android.bundle?platform=android&dev=true&minify=false

Source code was not found for app:///index.ios.bundle 

The link for the dashboard is mentioned below. Kindly let me know how to resolve the same,

https://sentry.io/wahed-tech/hellosentry/

Also our project uses Typescript by default and could that be an issue ?

The issue is fixed now since the react-native link react-native-sentry didn’t update the MainApplication.java file. Also the bundles are uploaded correctly into the dashboard in the case or release builds.