mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 09:46:54 +02:00
[telemetry][ColorPicker] add event name support (#10476)
Allow to set a custom name for the event instead of just using the class name.
This commit is contained in:
@@ -37,7 +37,7 @@ namespace Microsoft.PowerToys.Telemetry
|
||||
where T : EventBase, IEvent
|
||||
{
|
||||
this.Write<T>(
|
||||
null,
|
||||
telemetryEvent.EventName,
|
||||
new EventSourceOptions()
|
||||
{
|
||||
Keywords = ProjectKeywordMeasure,
|
||||
|
||||
Reference in New Issue
Block a user