-
Notifications
You must be signed in to change notification settings - Fork 39
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
[iOS] Can't produce sourcemap with Hermes #151
Comments
Can you post what steps you're following to build your source map? Also, what is the error or problem you're seeing with the source map? |
Hi @waltjones ! Of course: The sourcemap is generated in an XCode build phase, I've tried a few things: Without Hermes:
And then making the app crash yields this in Rollbar If I activate Hermes and use the same method as above: If I change the script to this:
Then the issue I created in react-native repo happens and no sourcemap is created. |
Hi @waltjones, I've tried creating the sourcemap manually for Hermes, like this:
Sourcemap is successfully created, and it seems that Rollbar can make "real" paths, but they are wrong: As you can see in the image, the function name that makes the crash is indeed "crash", but the path "...src/app/screens/Accounts/components/SOSRecharge/index.js" is not the correct one. The correct one would be "...src/app/screens/Auth/flavours/common/index.js". |
Hi! I can't produce a working sourcemap when building in iOS with Hermes activated.
I've created an issue in react native: facebook/react-native#32497 but I would like to know if someone from Rollbar has some insight in this or a workaround (or something I'm missing).
Thank you!
The text was updated successfully, but these errors were encountered: