Hi, I am using Sentry with React-Native and have problems with the source map even after I upload the js bundle file to Sentry.
Any information will be appreciated.
Thanks.
Hi, I am using Sentry with React-Native and have problems with the source map even after I upload the js bundle file to Sentry.
Any information will be appreciated.
Thanks.
sentry-cli releases -o endao -p depthray files com.controller-1.0 upload-sourcemaps ./android/app/build/intermediates/assets/release/index.android.bundle --url-prefix "app:/"
Hey, did you run react-native link react-native-sentry
because gradle should run the upload by itself.
But besides that your url-prefix
is wrong it has to be --url-prefix "~/"