2 references to ExceptionStackTraceField
aspire (2)
src\Shared\ConsoleLogs\SharedAIHelpers.cs (2)
536return attributes.Where(a => a.Key is not (ExceptionStackTraceField or ExceptionMessageField or ExceptionTypeField or OtlpHelpers.AspireLogIdAttribute)); 544var stackTrace = GetAttributeStringValue(logEntry.LogRecord.Attributes, ExceptionStackTraceField);