fridayideas / daytomato

Discover hidden gems near you.
https://fridayideas.github.io/
Apache License 2.0
2 stars 1 forks source link

Analytics #124

Closed alixvoor closed 7 years ago

alixvoor commented 7 years ago

Added some basic analytics to track when someone logs in, when they create a trip or pin, and when they go to certain screens in our app. Tracking can be seen here: https://segment.com/fridayideas-seng/sources/android/debugger

ToucheSir commented 7 years ago

(pulled from the commit message for visibility)

Since there's no nuget package for the analytics and the Xamarin component is way out of date, I've added the repo as a submodule reference to daytomato. This means that you'll either have to run git submodule update --init in your local copy or git clone --recursive when cloning. That, and make sure the .sln isn't open when you pull for this, because this pr modifies the solution file :)