Open julianfalcionelli opened 4 years ago
Sentry is also a good option if there are more platforms (backend/iOS) that need to report crashes/logs https://sentry.io/welcome/. In Sentry you have all the reports in one place - it's useful for big companies/projects
Would be useful for QA process and after launch if you can track any crash using some tool like Firebase Crash Reporting. The PlayStore Console has some dashboard but is not much useful as Firebase Crashlytics.
You can play with buildTypes and productFlavors to define when enabling this.
Also you can use Timber for logging an automatically report error logs.