We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b08866 commit a057f3dCopy full SHA for a057f3d
1 file changed
src/vs/workbench/services/crashReporter/electron-browser/crashReporterService.ts
@@ -89,8 +89,7 @@ export class CrashReporterService implements ICrashReporterService {
89
this.telemetryService.getTelemetryInfo()
90
.then(info => {
91
assign(this.options.extra, {
92
- vscode_sessionId: info.sessionId,
93
- vscode_machineId: info.machineId
+ vscode_sessionId: info.sessionId
94
});
95
96
// start crash reporter right here
0 commit comments