We have a project where the symbol files were uploaded before a crash occurred but are still shown as missing. The guid for the missing symbol matches the one in "Images Loaded". Is there something actually missing here or is it a UI issue? I am confused by what I am seeing. The same thing is shown for all our symbol files.
#Debug files uploaded but shown as missing
1 messages · Page 1 of 1 (latest)
the images loaded is just showing the images that need to be used, not those that are available.
if you go to project settings -> debug files and search for the id, do you see it?
there should also be a "view" button, and then a "find in settings" button that does the search for you
but if the error is in the UI, the file was not available at the time we received the event.
can you send a link to the event?
Okay, I have figured it out I think. The unwind information is located in the compiled binaries (dlls) which weren't uploaded. I uploaded a couple of those to test this out and they have disappeared from 'missing' list so I think that is all it was.
correct, the unwind information is important so sentry can make sense of the stack trace and give you a better result.
the event you linked is showing the unwind file is now uploaded, so future events will be ok