microsoft / MSIX-PackageSupportFramework

The Package Support Framework (PSF) is a kit for applying compatibility fixes to packaged desktop applications.
MIT License
115 stars 57 forks source link

Add telemetry events #229

Closed npuvvada closed 1 year ago

npuvvada commented 1 year ago

Why is this change being made?

Present Telemetry is broken and doesn't generate events. Also, it is limited and not captures all fixups and features.

What changed?

More tracelogging events are added to capture telemetry across all fixups and features.

How was the change tested?

Event generation is verified through TRTT

dhoehna commented 1 year ago

Looks good. :)