2 references to ExceptionTypeField
Aspire.Dashboard (2)
Model\Assistant\AIHelpers.cs (1)
279
.Where(l => l.Key is not (OtlpLogEntry.ExceptionStackTraceField or OtlpLogEntry.ExceptionMessageField or OtlpLogEntry.
ExceptionTypeField
))
Otlp\Model\OtlpLogEntry.cs (1)
141
if (GetProperty(logEntry,
ExceptionTypeField
) is { Length: > 0 } type)