Research how many characters users are typing before dismissing the cmdpal

This commit is contained in:
Mike Griese 2020-08-03 15:32:53 -05:00
parent 14c94f5963
commit 46f7772261

View file

@ -193,6 +193,7 @@ namespace winrt::TerminalApp::implementation
g_hTerminalAppProvider, // handle to TerminalApp tracelogging provider
"CommandPaletteDispatchedAction",
TraceLoggingDescription("Event emitted when the user selects an action in the Command Palette"),
TraceLoggingUInt32(_searchBox().Text().size(), "Number of characters in the search string"),
TraceLoggingKeyword(MICROSOFT_KEYWORD_MEASURES),
TelemetryPrivacyDataTag(PDT_ProductAndServicePerformance));
}