Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
reclassify error information
Browse files Browse the repository at this point in the history
  • Loading branch information
kieferrm committed Feb 21, 2018
1 parent 9c4a428 commit 9b6dd0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -735,8 +735,8 @@ export function killProcess(p: cp.ChildProcess) {
if (matches) {
/* __GDPR__
"errorKillingProcess" : {
"message" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
"stack": { "classification": "CustomerContent", "purpose": "FeatureInsight" }
"message" : { "classification": "CallstackOrException", "purpose": "PerformanceAndHealth" },
"stack": { "classification": "CallstackOrException", "purpose": "PerformanceAndHealth" }
}
*/
sendTelemetryEvent('errorKillingProcess', { message: e.message, stack: matches });
Expand Down

0 comments on commit 9b6dd0b

Please sign in to comment.