diff --git a/DATA_AND_PRIVACY.md b/DATA_AND_PRIVACY.md index 81dc855e63..09b85c6446 100644 --- a/DATA_AND_PRIVACY.md +++ b/DATA_AND_PRIVACY.md @@ -59,6 +59,10 @@ _If you want to find diagnostic data events in the source code, these two links Microsoft.PowerToys.Repair_Fail Triggered when the PowerToys repair operation fails to complete successfully due to an error. + + Microsoft.PowerToys.PowerToys_ModuleLaunchedFromSettings + Logs when a module editor is launched from the Settings UI or Quick Access panel, including which module was launched. + Microsoft.PowerToys.Runner_Launch Indicates when the PowerToys Runner is launched. @@ -392,6 +396,10 @@ _If you want to find diagnostic data events in the source code, these two links Microsoft.PowerToys.CmdPal_SessionDuration Logs session metrics from launch to dismissal including duration, commands executed, pages visited, search queries, navigation depth, and errors. + + Microsoft.PowerToys.CmdPal_DockConfiguration + Tracks dock configuration at startup including whether the dock is enabled, dock side (top, bottom, left, or right), and the list of extension commands pinned to the start, center, and end sections of the dock. + ### Crop And Lock @@ -856,6 +864,10 @@ _If you want to find diagnostic data events in the source code, these two links Microsoft.PowerToys.KeyboardManager_KeyToShortcutRemapInvoked Logs each instance of a key-to-shortcut remap being used. + + Microsoft.PowerToys.KeyboardManager_LaunchEditor + Logs when the Keyboard Manager editor is launched, including whether it was opened via hotkey or through settings. + Microsoft.PowerToys.KeyboardManager_OSLevelShortcutRemapCount Logs the total number of OS-level shortcut remaps configured by the user.