#pragma once #include class Trace : public telemetry::TraceBase { public: // Log if the user has enabled or disabled the app static void EnableRegistryPreview(const bool enabled) noexcept; // Log that the user tried to activate the app static void ActivateEditor() noexcept; };