This repository has been archived by the owner on May 21, 2019. It is now read-only.
Roadmap completion with simple configuration
With this release you are able to configure the tracker defaults like dispatch interval and tracking of uncaught exceptions.
Since this completes the current road map, I've decided to make this a major release.
The two methods are:
GoogleAnalytics.setDispatchInterval(30);
GoogleAnalytics.setTrackUncaughtExceptions(true);