-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[3.0.0-rc4] [regression] Sourcemap not found with expo-updates #149
Comments
So I'm also experiencing this issue @cruzach, which we're also tracking here on Sentry's repo. Using:
The errors show properly when it's the first build from Xcode in TestFlight, but any OTA updates afterwards are not showing properly. I'm using the A bundle uploaded by Xcode has
which could potentially be causing issues. However, even if I re-upload these source-maps, having edited them to be more like the Xcode uploaded versions, it still doesn't work. I've had support confirm that the dist/release values all seem to align and look good to them on both the OTA updates and the original releases. Any insight or ideas are appreciated! |
Yeah, that's pretty much exactly my setup @zibs hopefully we'll get a response soon on that issue I opened on Sentry's repo that you linked. Keeping this issue open in the meantime so users of |
waiting for getsentry/sentry-javascript#3070 then will re publish sentry-expo with the fix 👍 |
@zibs and @RodolfoGS , fix is released in |
🐛 Bug Report
Summary of Issue
Seems that this issue #134 is regression with the latest versions of expo, expo-updates and sentry-expo
I'm testing the
3.0.0-rc4
. If you install an update viaexpo-updates
, Sentry can't found the sourcemaps.Environment - output of
expo diagnostics
& the platform(s) you're targetingReproducible Demo
Repo: https://github.com/RodolfoGS/sentry-test
git clone git@github.com:RodolfoGS/sentry-test.git
cd sentry-test
yarn install
Crash Now
buttonexpo publish
Update Now
buttonCrash Now
buttonI'm experimenting this issue on Android and iOS
The text was updated successfully, but these errors were encountered: