mirror of
https://github.com/cline/cline.git
synced 2026-09-19 02:05:44 +08:00
when extension is activated we are missing properties
This commit is contained in:
@@ -215,7 +215,11 @@ class TelemetryService {
|
||||
|
||||
if (this.telemetryEnabled) {
|
||||
this.client.identify({ distinctId: this.distinctId })
|
||||
this.client.capture({ distinctId: this.distinctId, event: TelemetryService.EVENTS.USER.EXTENSION_ACTIVATED })
|
||||
this.client.capture({
|
||||
distinctId: this.distinctId,
|
||||
event: TelemetryService.EVENTS.USER.EXTENSION_ACTIVATED,
|
||||
properties: this.addProperties({}),
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user