-
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-rc2] Sourcemap not found with expo-updates on Android #134
Comments
Hm I thought I had addressed this case, thanks for the issue In your Sentry dashboard, is the issue in the appropriate |
@cruzach |
So i was able to reproduce this, but not consistently. On the same build & OTA update, sometimes it finds the sourcemaps and sometimes it doesn't. It actually looks like this could be an upstream issue? getsentry/sentry-react-native#750 |
@cruzach Do you think it could be fixed with this recent upstream PR? Or did you test with the latest of |
No I just tested that and am still getting the same behavior:
|
I believe I've identified a fix for this, will open a PR soon and release a new RC. Keeping you posted here |
Okay |
🐛 Bug Report
Summary of Issue
I'm testing the
3.0.0-rc2
. If you install an update via expo-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-hook-issue
git clone git@github.com:RodolfoGS/sentry-hook-issue.git
cd sentry-hook-issue
yarn install
Crash Now
buttonexpo publish
Update Now
buttonCrash Now
buttonI'm experimenting this issue on Android, I'm not tested on iOS yet.
The text was updated successfully, but these errors were encountered: