mirror of
https://github.com/cline/cline.git
synced 2026-09-19 02:05:44 +08:00
added properties was suppose to be used
This commit is contained in:
@@ -154,9 +154,9 @@ class TelemetryService {
|
||||
this.client.capture({
|
||||
distinctId: this.distinctId,
|
||||
event: "$set",
|
||||
properties: {
|
||||
properties: this.addProperties({
|
||||
$set: { telemetry_enabled: true },
|
||||
},
|
||||
}),
|
||||
})
|
||||
} else {
|
||||
this.client.capture({
|
||||
|
||||
Reference in New Issue
Block a user