Add editor name to telemetry (#3229)

This commit is contained in:
Matt Rubens 2025-05-06 13:48:33 -04:00 committed by GitHub
parent 19a90dea29
commit 42254cf654
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
"roo-cline": patch
---
Add editor name to telemetry

View file

@ -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