Skip to content

Commit

Permalink
Research how many characters users are typing before dismissing the c…
Browse files Browse the repository at this point in the history
…mdpal
  • Loading branch information
zadjii-msft committed Aug 3, 2020
1 parent 14c94f5 commit 46f7772
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cascadia/TerminalApp/CommandPalette.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}
Expand Down

1 comment on commit 46f7772

@DHowett
Copy link
Member

@DHowett DHowett commented on 46f7772 Aug 3, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Signed-off-by: Dustin L. Howett duhowett@microsoft.com

Please sign in to comment.