Skip to content

Instantly share code, notes, and snippets.

@Zatvobor
Created February 20, 2015 15:07
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 Zatvobor/a10851906923e60b8a05 to your computer and use it in GitHub Desktop.
Save Zatvobor/a10851906923e60b8a05 to your computer and use it in GitHub Desktop.
Ability to use Multiple Trackers for tracking the same users behavior
EmberInsights.configure('development')
.track({
trackerFactory: EmberInsights.ATracker.factory,
insights: EmberInsightsMapping.development.insights,
})
.track({
trackerFactory: EmberInsights.BTracker.factory,
insights: EmberInsightsMapping.development.insights,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment