1 write to _exceptionAttributes
Aspire.Dashboard (1)
Components\Controls\StructuredLogDetails.razor.cs (1)
79
_exceptionAttributes
= [];
2 references to _exceptionAttributes
Aspire.Dashboard (2)
Components\Controls\StructuredLogDetails.razor.cs (2)
26
_exceptionAttributes
.Where(ApplyFilter).AsQueryable();
80
MoveAttributes(attributes,
_exceptionAttributes
, a => a.Name.StartsWith("exception.", StringComparison.OrdinalIgnoreCase));