Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to get notified (e.g. email) when the Google Play Developer Console receives a crash or ANR?

I use BugSnag (similar to BugSense, Bugify, etc.) to track and manage my Android application errors, however, I had a situation where the application crashed before BugSnag could be initialized so the only place to find this crash report was in the Google Play Developer Console crash report.

That's fine and dandy but I had to manually check the developer console to discover that there were errors that were NOT being caught by BugSnag (they don't make it obvious, by the way).

Is there a way to setup an email notification from the Google Play Developer Console when an error occurs?

like image 413
Joshua Pinter Avatar asked May 12 '14 21:05

Joshua Pinter


1 Answers

No.

Google Play can send email only for Alerts, Not Crashes nor ANRs.

I have tried the accepted answer, and I received two crashes, but it didn't work.

like image 130
Malek Avatar answered Nov 16 '22 03:11

Malek