commit 09a98081f1b291d0655cba2b8e52cd025cd65b21
parent b6bbc658987eb339987ccb8dea4d6f26880e2b04
Author: JohnMcPMS <johnmcp@microsoft.com>
Date: Mon, 9 Dec 2024 19:23:23 -0800
Change RepairFailure telemetry event to measure (#5050)
## Change
Reduce the `RepairFailure` event to a measure.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/AppInstallerCommonCore/AppInstallerTelemetry.cpp b/src/AppInstallerCommonCore/AppInstallerTelemetry.cpp
@@ -745,7 +745,7 @@ namespace AppInstaller::Logging
AICLI_TraceLoggingStringView(type, "Type"),
TraceLoggingUInt32(errorCode, "ErrorCode"),
TelemetryPrivacyDataTag(PDT_ProductAndServicePerformance),
- TraceLoggingKeyword(MICROSOFT_KEYWORD_CRITICAL_DATA));
+ TraceLoggingKeyword(MICROSOFT_KEYWORD_MEASURES));
if (m_useSummary)
{