mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-30 04:06:26 +01:00
add comment
This commit is contained in:
@@ -30,6 +30,7 @@ export async function resolveMarketplaceHeaders(version: string,
|
||||
const uuid = await getServiceMachineId(environmentService, fileService, storageService);
|
||||
const { machineId } = await telemetryService.getTelemetryInfo();
|
||||
headers['X-Market-User-Id'] = uuid;
|
||||
// Send machineId as VSCode-SessionId so we can correlate telemetry events across different services
|
||||
headers['VSCode-SessionId'] = machineId;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user