Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase Crashlytics - Issue number

Just moved finally from using Fabric to using Firebase to track our app crashes, and the only thing I'm missing are the issue numbers, that I'm used to from Fabric. Is there a way to see issue numbers on Firebase Crashlytics?

Before, on Fabric: (you can see the numbers marked with green)

enter image description here

And on Firebase, can't find them:

enter image description here

like image 604
Hadas Kaminsky Avatar asked Nov 09 '18 15:11

Hadas Kaminsky


2 Answers

Mike from Firebase here. Currently, we don't have issue numbers included within Crashlytics.

I'll let the team know you'd like to see them added in.

like image 53
Mike Bonnell Avatar answered Sep 18 '22 19:09

Mike Bonnell


Whilst (as Mike Bonnell said) there are no issue numbers, you can use the issue ID in the URL bar as an identifier if essential, although it is much longer.

For example, for the issue URL https://console.firebase.google.com/project/<project name>/crashlytics/app/android:<package name>/issues/5bcc240cf8b88c29639a0bcd the ID is 5bcc240cf8b88c29639a0a8e.

like image 37
Jake Lee Avatar answered Sep 18 '22 19:09

Jake Lee