Uploaded source maps are not displayed with the crashes in react native sentry

{
“url”: “app:///index.android.bundle”
}

Uploaded source maps, but still have been facing this issue. Changed the prefix and checked out all scenarios nothing worked out.

The correct prefix for it is ~/index.android.bundle
Are you not using our script with sentry-cli ?
Because we add it by default.

Thanks for the reply HaZaT. Present issue is resolved but i don’t see the line number for the present crashes. Please see the below screenshots.

Below crashes are not pointing any line numbers

06 AM

There definitely seems to be something wrong with your react-native-sentry setup. Please make sure you are using the latest version of https://github.com/getsentry/react-native-sentry and follow the instructions on how to integrate it here: https://docs.sentry.io/clients/react-native/

Hello !
We have the same problem here !

We cannot see the code line.
We tried to uninstall react native sentry and reinstall it. It didn’t work.

Do you have any idea ? :slight_smile:

Small up :slight_smile:

Hi,
I have the same problem.

I’m using the react-native-sentry v0.38.3

image