Firebase Crashlytics not showing crash reports even though it has crashes

Viewed 1214

We have a project where we use Firebase Crashlytics to collect crash reports from our iOS and Android app. Currently, the console is not showing any crash reports. Initially we assumed something was wrong with our project setup, but today I discovered that Crashlytics actually has been receiving the crash data, since I can see it on the Project Overview page: enter image description here

However, when I open the Crashlytics page it is empty (it only shown me the guide on how to integrate Crashlytics in your app): enter image description here

This is the case for both out iOS and Android app. We also have another project that is set up in the same way, but here the reports are shown correctly.

Is there perhaps some console configuration we are missing?

0 Answers
Related