2 references to ExceptionMessageField
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)
139if (GetProperty(logEntry, ExceptionMessageField) is { Length: > 0 } message)