flurry / flurry-android-sdk

Flurry Android SDK API reference documentation
Apache License 2.0
22 stars 3 forks source link

Feature: Make crash statistics accessible via REST API #13

Closed fabiankr closed 4 years ago

fabiankr commented 4 years ago

This Feature Request is About

Is your feature request related to a problem? Please describe. In our company we have dashboards that show vital app statistics like the number of crashes or the issue-free devices. On the Flurry website we can see all that data and there is a REST API for all the analytics stuff, but there is no API to access the crash statistics.

Describe the solution you'd like We would like to have a REST endpoint for querying the number of crashes, errors, the crash-free devices and the issue-free devices.

Describe alternatives you've considered Scraping the website, very ugly and annoying.

fabiankr commented 4 years ago

See https://github.com/flurry/flurry-ios-sdk/issues/180