mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
Small refactor to use common powertoys telemetry event source accross modules.
This commit is contained in:
@@ -28,6 +28,7 @@ using Mages.Core.Runtime.Converters;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.PowerLauncher.Telemetry;
|
||||
using System.Timers;
|
||||
using Microsoft.PowerToys.Telemetry;
|
||||
|
||||
namespace PowerLauncher
|
||||
{
|
||||
@@ -66,7 +67,7 @@ namespace PowerLauncher
|
||||
_firstDeleteTimer.Stop();
|
||||
if (_deletePressed)
|
||||
{
|
||||
PowerLauncherTelemetry.Log.WriteEvent(new FirstDeleteEvent());
|
||||
PowerToysTelemetry.Log.WriteEvent(new FirstDeleteEvent());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user