[c++] Drop DROP_PII flag

This commit is contained in:
Stefan Markovic
2024-10-11 09:44:38 +02:00
parent bea3607ea0
commit 96503cfd10
31 changed files with 55 additions and 166 deletions

View File

@@ -17,6 +17,5 @@ void Trace::MyEvent()
"PowerToyName_MyEvent",
ProjectTelemetryPrivacyDataTag(ProjectTelemetryTag_ProductAndServicePerformance),
TraceLoggingBoolean(TRUE, "UTCReplace_AppSessionGuid"),
TraceLoggingKeyword(PROJECT_KEYWORD_MEASURE),
TraceLoggingEventTag(MICROSOFT_EVENTTAG_DROP_PII));
TraceLoggingKeyword(PROJECT_KEYWORD_MEASURE));
}