Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

Commit

Permalink
fixing names
Browse files Browse the repository at this point in the history
  • Loading branch information
jmorganca committed Dec 11, 2014
1 parent aaa6d6d commit 641bc30
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions meteor/client/lib/metrics.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ Metrics.trackEvent = function (name) {
if (err) {
return;
}
mixpanel.track('docker_gui ' + name, {
mixpanel.track(name, {
distinct_id: uuid,
version: app.getVersion()
version: app.getVersion(),
product: 'Docker GUI'
});
});
});
Expand Down

0 comments on commit 641bc30

Please sign in to comment.