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 ?