Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 985
Peter Jacobs Avatar asked May 06 '15 03:05

Peter Jacobs


1 Answers

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.

like image 125
Bharatesh Avatar answered Oct 17 '22 01:10

Bharatesh