[PR #16253] Remove conhost telemetry #30879

Open
opened 2026-01-31 09:43:32 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/16253

State: closed
Merged: Yes


The Telemetry class was implemented as a singleton which stood in
my long-term goal to remove all global variables from the project.
Most telemetry captured by it hasn't been looked at for a long time
and just as much is now pointless (e.g.,_fCtrlPgUpPgDnUsed).
This removes the code.

Validation Steps Performed

  • Still compiles
**Original Pull Request:** https://github.com/microsoft/terminal/pull/16253 **State:** closed **Merged:** Yes --- The `Telemetry` class was implemented as a singleton which stood in my long-term goal to remove all global variables from the project. Most telemetry captured by it hasn't been looked at for a long time and just as much is now pointless (e.g.,`_fCtrlPgUpPgDnUsed`). This removes the code. ## Validation Steps Performed * Still compiles ✅
claunia added the pull-request label 2026-01-31 09:43:32 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#30879