"Source code was not found" on Hermes
See original GitHub issueEnvironment
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:
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:18 (9 by maintainers)
Top Results From Across the Web
The official Hermès online store | Hermès USA
Discover all the collections of Hermès, fashion accessories, scarves and ties, belts and ready-to-wear, ... No compatible source was found for this media....
Read more >Hermes | Hermes
Easy Integration. It's simple to get started with Hermes in React Native apps. Hermes is open source and implements JavaScript standards.
Read more >Using Hermes in React Native - LogRocket Blog
Precompilation: Hermes precompiles app source code to bytecode before startup time; Faster TTI: Hermes reduces the time to interactive, ...
Read more >Profiling with Hermes - React Native
Why this happens The profile is empty, it might be because Hermes is not running correctly. How to fix Make sure your app...
Read more >hbctool - PyPI
Since the React Native team created their own JavaScript engine (named Hermes) for running the React Native application, the JavaScript source code is...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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 😅