doc/devdocs/modules/launcher/telemetry.md
PowerLauncher.Telemetry project contains telemetry events generated by PowerToys Run. These event classes are derived from the EventBase class and IEvent class. IEvent class provides the lowest level abstraction, containing attributes such as privacy tags needed for every telemetry data. EventBase class provides a higher-level abstraction, having attributes common to all PowerToys telemetry events.
The following events are generated by PowerLauncher:
LauncherBootEvent: This event captures the time taken by PowerLauncher to load all plugins, perform cold start, and setup UI environment.LauncherHideEvent: This event is generated when the PowerLauncher window is hidden.LauncherColdStateHotkeyEvent: This event logs time from the first Alt+Space press till the PowerLauncher window is visible.LauncherFirstDeleteEvent: This event is generated after the first delete is pressed after PowerLauncher is visible.LauncherQueryEvent: This event is generated for every query that is typed in the searchbox. It logs query time, number of results, and query length.LauncherResultActionEvent: This event is generated when a context menu action is triggered.LauncherShowEvent: This event is generated when the PowerLauncher window is shown.LauncherWarmStateHotkeyEvent: This event logs time from the Alt+Space press until the PT Run window is visible.