Skip to content

Commit

Permalink
Merge pull request #238674 from microsoft/isidorn/decent-hyena
Browse files Browse the repository at this point in the history
add commithash to telemetry for alignment
  • Loading branch information
isidorn authored Jan 24, 2025
2 parents 27d92d9 + 3cdb982 commit b976675
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vs/workbench/api/common/extHostTelemetry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ export class ExtHostTelemetry extends Disposable implements ExtHostTelemetryShap
commonProperties['common.extversion'] = extension.version;
commonProperties['common.vscodemachineid'] = this.initData.telemetryInfo.machineId;
commonProperties['common.vscodesessionid'] = this.initData.telemetryInfo.sessionId;
commonProperties['common.vscodecommithash'] = this.initData.commit;
commonProperties['common.sqmid'] = this.initData.telemetryInfo.sqmId;
commonProperties['common.devDeviceId'] = this.initData.telemetryInfo.devDeviceId;
commonProperties['common.vscodeversion'] = this.initData.version;
Expand Down

0 comments on commit b976675

Please sign in to comment.