sentry-demos / ios

iOS Empower Plant
1 stars 4 forks source link

Symbolication: Missing DSYM File (All Errors) #30

Closed kpujjigit closed 1 year ago

kpujjigit commented 1 year ago

Example Issue: https://testorg-az.sentry.io/issues/4263051342/events/741e32109c914b998bba985264398347/?project=6249899

Problem: While Debug Symbol upload appears to succeed locally according to log output, some events from the iOS demo are missing important symbol files and therefore not symbolicating.

Goal: Ensure all symbols reach the testOrg in order to fully symbolicate the events.

I will post more examples/context as observation continues.

armcknight commented 1 year ago

The linked example shows a symbolicated stack trace and also the warning of missing symbol files. It sounds like there is something more nuanced going on than simply missing them, as I would expect to see something like <unknown> for the function names in the stack trace in that case.

image
realkosty commented 1 year ago

This is a regression. It used to work. Not sure what changed.

armcknight commented 1 year ago

I wonder if this will fix the issue: https://sentry.slack.com/archives/C010884QHLG/p1695307981879539

armcknight commented 1 year ago

Fixed in #46