Reputation: 545
Firebase Crashlytics dashboard shows "Crash-free statistics". How to get/enable Crash-Free Users Statistics/Metrics in Firebase ?
Upvotes: 2
Views: 4114
Reputation: 545
Crash-Free User metrics helps monitor the health of your app releases and the effectiveness of recent improvements to your app. Monitoring your crash free users statistic over time allows you to see changes in stability easily. Firebase calculates this metric using Google Analytics for Firebase data. In order to populate the chart in your Crashlytics dashboard must include the Google Analytics for Firebase SDK. Once populated, you can see the percentage of users who did not experience a crash in your app over the selected timeframe and filter by build. You can see the same data in the latest release section of the Google Analytics for Firebase dashboard. To get started, add Google Analytics for Firebase to your iOS or Android app.
Upvotes: 5