Browse Source

adding distinct CLI id to hosting

pull/1341/head
Martin McKeaveney 5 years ago
parent
commit
578c63c9df
  1. 1
      packages/cli/src/hosting/index.js

1
packages/cli/src/hosting/index.js

@ -74,6 +74,7 @@ async function init(type) {
}
}
client.capture({
distinctId: "cli",
event: AnalyticsEvents.SelfHostInit,
properties: {
type

Loading…
Cancel
Save