Wikimedia Apps/Commons/Crash reporting

From mediawiki.org

Currently, the Android app offers to email crash reports to developers, and the iOS app just crashes. :)

Some possibilities:

TestFlight[edit]

We already distribute betas via TestFlight.

If we link in the TestFlight SDK we could get crash reports. It's also got various analytics support but we're using our own EventLogging for other stuff.

However, currently the Android version is not yet released so this doesn't solve us on Android, at least yet.

BugSense[edit]

BugSense sounds interesting as well; like TestFlight they support various analytics as well as crash reports.

Appears to have support for iOS, Android, and a couple other platforms. Hmmm

EventLogging[edit]

If we can capture crashes, we could submit them to ourselves via EventLogging instead of trying to email them as the Android one does now, or doing nothing as iOS does. We would then not have to rely on a third party, but we would have to develop our own dashboard.