Skip to content

Commit

Permalink
Add machineId to common telemetry properties
Browse files Browse the repository at this point in the history
  • Loading branch information
vinistock committed Jul 18, 2024
1 parent bf8ada6 commit 8a49822
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vscode/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ async function createLogger(context: vscode.ExtensionContext) {
additionalCommonProperties: {
extensionVersion: context.extension.packageJSON.version,
environment: os.platform(),
machienId: vscode.env.machineId,
},
});
}

0 comments on commit 8a49822

Please sign in to comment.