2 references to ExceptionEventName
dotnet (2)
Telemetry\TelemetryFilter.cs (2)
40
return Hash([new TelemetryEntryFormat(
ExceptionEventName
, exceptionProperties)]);
93
entries.Select(entry => entry.EventName ==
ExceptionEventName
? entry : entry.WithAppliedToPropertiesValue(_hash));