PowerToys/doc/devdocs/settingsv2/telemetry.md

1.2 KiB

Telemetry

Overview

Microsoft.PowerToys.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:

  1. SettingsBootEvent: This event captures the time taken by Settingsv2 to initialize MainWindow UI control.
  2. SettingsEnabledEvent.cs: This event is generated when a module is enabled or disabled.