Skip to content

Commit a057f3d

Browse files
committed
remove machine id from crash reporting
1 parent 1b08866 commit a057f3d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/vs/workbench/services/crashReporter/electron-browser/crashReporterService.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@ export class CrashReporterService implements ICrashReporterService {
8989
this.telemetryService.getTelemetryInfo()
9090
.then(info => {
9191
assign(this.options.extra, {
92-
vscode_sessionId: info.sessionId,
93-
vscode_machineId: info.machineId
92+
vscode_sessionId: info.sessionId
9493
});
9594

9695
// start crash reporter right here

0 commit comments

Comments
 (0)