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