mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 06:21:50 +01:00
applying new GDPR classification guidelines
This commit is contained in:
@@ -519,7 +519,7 @@ export class IssueReporter extends Disposable {
|
||||
this.logService.warn('issueReporter#search ', error.message);
|
||||
/* __GDPR__
|
||||
"issueReporterSearchError" : {
|
||||
"message" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" }
|
||||
"message" : { "classification": "CallstackOrException", "purpose": "PerformanceAndHealth" }
|
||||
}
|
||||
*/
|
||||
this.telemetryService.publicLog('issueReporterSearchError', { message: error.message });
|
||||
|
||||
Reference in New Issue
Block a user