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

  1. Installed Sentry as mentioned in installation documentation
  2. Enable Hermes on App
  3. 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: Screenshot 2021-11-03 at 18 20 10

and the stacktraces don’t have correct symbols:

Screenshot 2021-11-03 at 18 20 18

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Reactions: 2
  • Comments: 18 (9 by maintainers)

Most upvoted 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 😅