-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App Analytics #21
Comments
We can add that, what do you suggest? |
I've updated the title to include not just crash analytics but all kinds of analytics. We can go with New Relic or use the Parse one. |
That should do. Also we can try Fabric |
Fabric is limited to crash analysis, and the dashboard is a bit sophisticated. Have a look at new relic and parse analytics. If required, I'll make an LUG account and give the credentials. |
I'll have a look. |
@kartikarora There's an import for parse but according to their website, their service was shutdown and support will be cancelled. Moving to another service will be required. Would you want to stay with new relic or are you ok with Crashlytics/Firebase now? |
Oh dear didn't know this was still up. I guess we can skip new relic. Actually now we need to completely migrate to a nee backend, and rebuild the app from scratch. If you're up for the herculean task, lets discuss it further. |
@kartikarora let's do it man. |
Awesome. I was thinking of firebase as the sole backend. I can setup the app from the console and push an update. |
@AniketSK Also give me your debug keystore's SHA-1 so that I can setup it up on firebase! |
36:08:B1:D0:01:3E:84:0F:99:22:6E:D6:53:2B:BB:CB:C5:82:A5:DF Though you could just add your debug keystore to the project and configure it to build with that for debug if you prefer :) |
I'll add both, so that it works on your device as well! |
Currently the app does not use any method to analyse crashes. Crash Analysis can be added for greater insights about the functioning of the app.
The text was updated successfully, but these errors were encountered: