mirror of https://github.com/docker/docs.git
fixing names
This commit is contained in:
parent
aaa6d6d921
commit
641bc309ad
|
@ -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'
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue