The problem is that all crashes are grouped into one, and the stack trace is shown for the first one that occurred I would presume.
I can't upload a dsym file for the first couple of crashes that happened because I don't have it. But I uploaded the dsym for the last couple that happened (which are also grouped) but when I want to symbolicate the stack trace it is still asking me for the dsym of the first couple of crashes that happened.
How can I see a specific crash instance (one of the last couple ones) so that I can symbolicate the stack trace and fix my error?
... View more