adding distinct CLI id to hosting
This commit is contained in:
parent
1c10c42c9d
commit
a4486fff4c
|
@ -74,6 +74,7 @@ async function init(type) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
client.capture({
|
client.capture({
|
||||||
|
distinctId: "cli",
|
||||||
event: AnalyticsEvents.SelfHostInit,
|
event: AnalyticsEvents.SelfHostInit,
|
||||||
properties: {
|
properties: {
|
||||||
type
|
type
|
||||||
|
|
Loading…
Reference in New Issue