From a4486fff4c8d93660d50b3d30d2e77750b6f05a4 Mon Sep 17 00:00:00 2001 From: Martin McKeaveney Date: Tue, 30 Mar 2021 11:04:13 +0100 Subject: [PATCH] adding distinct CLI id to hosting --- packages/cli/src/hosting/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/cli/src/hosting/index.js b/packages/cli/src/hosting/index.js index 52f4f58c0..42aab93ac 100644 --- a/packages/cli/src/hosting/index.js +++ b/packages/cli/src/hosting/index.js @@ -74,6 +74,7 @@ async function init(type) { } } client.capture({ + distinctId: "cli", event: AnalyticsEvents.SelfHostInit, properties: { type