Skip to content
This repository has been archived by the owner on May 21, 2019. It is now read-only.

Roadmap completion with simple configuration

Compare
Choose a tag to compare
@cbrevik cbrevik released this 29 Feb 18:56
· 215 commits to master since this release

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);