mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 18:26:39 +02:00
Add version number to telemetry event
use defines from version.h in .rc files and other places.
This commit is contained in:
@@ -4,5 +4,5 @@ class Trace {
|
||||
public:
|
||||
static void RegisterProvider();
|
||||
static void UnregisterProvider();
|
||||
static void EventLaunch();
|
||||
static void EventLaunch(const std::wstring& versionNumber);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user