added telemetry for editor launch event (#1705)

This commit is contained in:
Seraphima Zykova
2020-03-26 13:54:12 +03:00
committed by GitHub
parent 5a5b5292a1
commit f72dd7fdb6
3 changed files with 12 additions and 0 deletions

View File

@@ -518,6 +518,7 @@ void FancyZones::ToggleEditor() noexcept
sei.lpParameters = params.c_str();
sei.nShow = SW_SHOWNORMAL;
ShellExecuteEx(&sei);
Trace::FancyZones::EditorLaunched(1);
// Launch the editor on a background thread
// Wait for the editor's process to exit