2 references to ExceptionStackTraceField
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)
134
if (GetProperty(logEntry,
ExceptionStackTraceField
) is { Length: > 0 } stackTrace)