[DATA_AND_PRIVACY.md] updating the list of diagnostic data events (#35922)

* updating the list of diagnostic data events

* updating the list of events
This commit is contained in:
Ethan Fang 2024-11-20 09:25:21 -08:00 committed by GitHub
parent 4f3d7009a8
commit d31934b7de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,6 +67,10 @@ _If you want to find diagnostic data events in the source code, these two links
<td>Microsoft.PowerToys.TrayFlyoutModuleRunEvent</td> <td>Microsoft.PowerToys.TrayFlyoutModuleRunEvent</td>
<td>Logs when a utility from the tray flyout menu is run.</td> <td>Logs when a utility from the tray flyout menu is run.</td>
</tr> </tr>
<tr>
<td>Microsoft.PowerToys.Uninstall_Success</td>
<td>Logs when PowerToys is successfully uninstalled (who would do such a thing!).</td>
</tr>
</table> </table>
### OOBE (Out-of-box experience) ### OOBE (Out-of-box experience)
@ -139,6 +143,10 @@ _If you want to find diagnostic data events in the source code, these two links
<td>Microsoft.PowerToys.AdvancedPasteInAppKeyboardShortcutEvent</td> <td>Microsoft.PowerToys.AdvancedPasteInAppKeyboardShortcutEvent</td>
<td>Triggered when a keyboard shortcut is used within the Advanced Paste interface.</td> <td>Triggered when a keyboard shortcut is used within the Advanced Paste interface.</td>
</tr> </tr>
<tr>
<td>Microsoft.PowerToys.AdvancedPasteSemanticKernelFormatEvent</td>
<td>Triggered when Advanced Paste leverages the Semantic Kernel.</td>
</tr>
</table> </table>
### Always on Top ### Always on Top