mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Add editor name to telemetry (#3229)
This commit is contained in:
parent
19a90dea29
commit
42254cf654
2 changed files with 7 additions and 0 deletions
5
.changeset/brave-pigs-judge.md
Normal file
5
.changeset/brave-pigs-judge.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Add editor name to telemetry
|
||||
|
|
@ -1476,10 +1476,12 @@ export class ClineProvider extends EventEmitter<ClineProviderEvents> implements
|
|||
const appVersion = this.context.extension?.packageJSON?.version
|
||||
const vscodeVersion = vscode.version
|
||||
const platform = process.platform
|
||||
const editorName = vscode.env.appName // Get the editor name (VS Code, Cursor, etc.)
|
||||
|
||||
const properties: Record<string, any> = {
|
||||
vscodeVersion,
|
||||
platform,
|
||||
editorName,
|
||||
}
|
||||
|
||||
// Add extension version
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue