From fe536059f19277da2253fd927ffbc55908e15690 Mon Sep 17 00:00:00 2001 From: French Ben Date: Mon, 6 Jun 2016 23:50:35 -0700 Subject: [PATCH] Added tracking for native setup Signed-off-by: French Ben --- src/utils/SetupUtil.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/SetupUtil.js b/src/utils/SetupUtil.js index d8c7c9ad3d..0dccd7b636 100644 --- a/src/utils/SetupUtil.js +++ b/src/utils/SetupUtil.js @@ -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);