mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 11:17:53 +01:00
* Unify exe/dll naming - PowerToys.Runner Align naming with other exes - PowerToys Runner -> PowerToys.Runner * Unify exe/dll naming - Microsoft.PowerToys.Common.UI Project name - Microsoft.PowerToys.Common.UI -> Common.UI dll name - Microsoft.PowerToys.Common.UI.dll -> PowerToys.Common.UI.dll * Unify exe/dll naming - Settings Project names - Microsoft.PowerToys.Settings* -> Settings* Dll names - Microsoft.PowerToys.Settings*.dll -> PowerToys.Settings*.dll * Revert file autoformat * [Docs] Update paths to settings projects/files * Fix tests - Update path
1.1 KiB
1.1 KiB
Telemetry
Overview
Settings.UI.Library/Telemetry contains telemetry events generated by Settingsv2. 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.
Events
The following events are generated by Settingsv2:
SettingsBootEvent: This event captures the time taken bySettingsv2to initializeMainWindowUI control.SettingsEnabledEvent.cs: This event is generated when a module is enabled or disabled.