adding distinct CLI id to hosting
This commit is contained in:
parent
d0b5986266
commit
578c63c9df
|
@ -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