Added tracking for native setup

Signed-off-by: French Ben <frenchben@docker.com>
This commit is contained in:
French Ben 2016-06-06 23:50:35 -07:00
parent 48c3bea7b5
commit fe536059f1
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ export default {
docker.setup(util.isWindows() ? 'docker.local':'localhost');
setupServerActions.started({started: true});
this.simulateProgress(20);
metrics.track('Native Setup Finished');
return docker.version();
} catch (error) {
throw new Error(error);