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.
The following events are generated by Settingsv2
:
SettingsBootEvent
: This event captures the time taken bySettingsv2
to initializeMainWindow
UI control.SettingsEnabledEvent.cs
: This event is generated when a module is enabled or disabled.