[React Native] Crash report from native iOS is not symbolicatd

Our crash report does not show correct information, it shows <redacted> and the address is hard to understand

Out project auto upload DSYM file everytime we build, I also tried manual upload the DSYM file but it didn’t work. I also turn on Reprocessing but no luck

Am I doing something wrong?

What version of iOS was this crash?

CoreFoundation and Foundation are iOS “system” frameworks meaning you are doing everything right, if you see something like this, it means that we are missing the symbols.

If it was iOS 12.2 it should be fixed by now, we did update it yesterday.

@HazAT Thank for replying
It happened for various iOS versions from 11.4 to 12.1.
Yeah, I understand that I’m missing symbols. But our build script upload dSym file everytime we build release. It shows on the list of debug files.


Could you think of anything else that makes it cannot symbolicate?

Are you using on-premise?

No, we don’t use it. Should we use it?

Oh no, we use sentry.io. We don’t host it ourself.

OK, can you please link to one event here so we can check what’s going on?

Event link here https://sentry.io/organizations/employment-hero/issues/649313100/events/51277148826/

Thank you, I just checked, we are missing 12.1.3 and 12.1.4 system symbols, I will upload them today.

1 Like

Thank you for quick responding. There are issues on other OS version too. Could you please have a look too
https://sentry-host/organizations/employment-hero/issues/716266222/events/1f11d3d376dd43b2bd82747250209330/

We are working on a fix for this, stay tuned.

1 Like

Hey, so we fixed the issue and stack traces should be symbolicated correctly now.

Stacktrace is still not be symbolicated for both old events and new events.

could you have a look?
The event link https://sentry-host/organizations/employment-hero/issues/964972629

The link you posted looks symbolicated for me

can it be a different data display between accounts? Since there is nothing like that on my side.
Another event just happened this morning

Seeing redacted here means that symbols for your app are missing now, these aren’t system symbols. You have to upload the debug symbols of your app.


As you can see, we use the sentry script to upload debug symbols when builds. I’m not sure if we need anything else.

Sorry, can you link to an individual event again, I can’t find any of those unsymbolicated events.

That’s weird. All of my events are unsymbolicated . Is it a different view between accounts?

Event link: https://sentry-host/organizations/employment-hero/issues/716266222/events/07535038924a4c6491e0dfa5597464d9/
https://sentry-host/organizations/employment-hero/issues/649313100/events/906abac833ae40e5b2ddb04fbfae0721/

The two events are symbolicated

Can you post how it looks for you, I am curious now