sentry-react-native: "Source code was not found" on Hermes
Environment
How do you use Sentry?
- Sentry SaaS (sentry.io)
Which SDK and version?
@sentry/react-native
:3.2.1
Steps to Reproduce
- Installed Sentry as mentioned in installation documentation
- Enable Hermes on App
- Built a new Release
Expected Result
I expect all crashes to have desymbolicated stacktraces to be able to determine where an error is coming from.
Actual Result
No stacktraces are available, in the console it says:
and the stacktraces don’t have correct symbols:
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Reactions: 2
- Comments: 18 (9 by maintainers)
Hey! I just created a new organisation on Sentry and restarted the getting started from scratch, and now everything seems to work. Not sure what I messed up, but was my fault - thanks for the help guys! 🖤
Re-running the wizard didn’t work in my case because my Xcode pbxproj is a bit different (lots of custom stuff).
I’ve manually added the upload symbols script and will now check if it works. My bad for not noticing that the Sentry Wizard (probably) failed the first time I ran it 😅