rocketinsights / q-streak-android

0 stars 1 forks source link

Integrate some Crash Reporting System #13

Open julianfalcionelli opened 4 years ago

julianfalcionelli commented 4 years ago

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.

juancruzgs commented 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