mirror of https://github.com/docker/docs.git
Added tracking for native setup
Signed-off-by: French Ben <frenchben@docker.com>
This commit is contained in:
parent
48c3bea7b5
commit
fe536059f1
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue