Peter Jacobs
Peter Jacobs

Reputation: 1667

Viewing all crashes for a specific issue in Crashlytics

I was wondering if it is possible to somehow view all the crashes (or non-fatals) for a particular issue from the Crashlytics dashboard. Even though the exception is logged in the same place in the code, the stack trace and exception type/message may be different. But since the exception is logged in the same place, Crashlytics treats it as the same issue.

As far as I can tell, you can only view the latest crash or non-fatal. Is there a way?

Or alternatively, are there Crashlytics SDK calls that would allow me to differentiate the crashes?

Upvotes: 6

Views: 1167

Answers (1)

Bharatesh
Bharatesh

Reputation: 9009

Yes you can. To view all crashes for a particular issue follow this

  1. Select the particular issue
  2. In Next Screen you can use Arrow mark to see all crashes for a particular issue

enter image description here
Here I have two crashes for the same Issue #4 with different date.

Upvotes: 6

Related Questions