3 references to GetProperty
Aspire.Dashboard (3)
Otlp\Model\OtlpLogEntry.cs (3)
132
if (
GetProperty
(logEntry, ExceptionStackTraceField) is { Length: > 0 } stackTrace)
137
if (
GetProperty
(logEntry, ExceptionMessageField) is { Length: > 0 } message)
139
if (
GetProperty
(logEntry, ExceptionTypeField) is { Length: > 0 } type)