Skip to content

Instantly share code, notes, and snippets.

@piyushgupta27
Created July 20, 2017 19:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save piyushgupta27/7fb8f9d4fee8e9162e550dd9d0baf781 to your computer and use it in GitHub Desktop.
Save piyushgupta27/7fb8f9d4fee8e9162e550dd9d0baf781 to your computer and use it in GitHub Desktop.
MockTracking APIs to test HyperTrack's features across the dashboard, widgets, in-app tracking, and web tracking views.
// Replace startTracking API with startMockTracking
// HyperTrack.startTracking()
HyperTrack.startMockTracking()
// Replace stopTracking API with stopMockTracking
// HyperTrack.stopTracking()
HyperTrack.stopMockTracking()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment