I'm using V4 of the Google Analytics Library as provided by Google Play services. Long story short: I find passing a reference to the tracker to all the components my application to be quite tedious. I know in previous versions of the library a Singleton for managing one instance was provided (EasyTracker) but no longer.
Would anyone know what the detriments are to putting a tracker in a singleton once the application starts?