From 2c97e04019f025673d1911777778a2ba358b0ced Mon Sep 17 00:00:00 2001 From: Niels Laute Date: Wed, 1 Apr 2026 10:44:50 +0200 Subject: [PATCH] Add missing telem events (#46371) ## Summary of the Pull Request ## PR Checklist - [ ] Closes: #xxx - [ ] **Communication:** I've discussed this with core contributors already. If the work hasn't been agreed, this work might be rejected - [ ] **Tests:** Added/updated and all pass - [ ] **Localization:** All end-user-facing strings can be localized - [ ] **Dev docs:** Added/updated - [ ] **New binaries:** Added on the required places - [ ] [JSON for signing](https://github.com/microsoft/PowerToys/blob/main/.pipelines/ESRPSigning_core.json) for new binaries - [ ] [WXS for installer](https://github.com/microsoft/PowerToys/blob/main/installer/PowerToysSetup/Product.wxs) for new binaries and localization folder - [ ] [YML for CI pipeline](https://github.com/microsoft/PowerToys/blob/main/.pipelines/ci/templates/build-powertoys-steps.yml) for new test projects - [ ] [YML for signed pipeline](https://github.com/microsoft/PowerToys/blob/main/.pipelines/release.yml) - [ ] **Documentation updated:** If checked, please file a pull request on [our docs repo](https://github.com/MicrosoftDocs/windows-uwp/tree/docs/hub/powertoys) and link it here: #xxx ## Detailed Description of the Pull Request / Additional comments ## Validation Steps Performed --- DATA_AND_PRIVACY.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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.