Skip to content
This repository was archived by the owner on Sep 24, 2021. It is now read-only.

Commit 9b6dd0b

Browse files
committed
reclassify error information
1 parent 9c4a428 commit 9b6dd0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/util.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -735,8 +735,8 @@ export function killProcess(p: cp.ChildProcess) {
735735
if (matches) {
736736
/* __GDPR__
737737
"errorKillingProcess" : {
738-
"message" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
739-
"stack": { "classification": "CustomerContent", "purpose": "FeatureInsight" }
738+
"message" : { "classification": "CallstackOrException", "purpose": "PerformanceAndHealth" },
739+
"stack": { "classification": "CallstackOrException", "purpose": "PerformanceAndHealth" }
740740
}
741741
*/
742742
sendTelemetryEvent('errorKillingProcess', { message: e.message, stack: matches });

0 commit comments

Comments
 (0)