6 writes to HasError
Aspire.Dashboard (3)
Api\TelemetryApiService.cs (1)
52HasError = hasError,
Otlp\Storage\SqliteTelemetryRepository.Runtime.cs (2)
242HasError = request.HasError, 356HasError = request.HasError,
Aspire.Dashboard.Tests (3)
TelemetryRepositoryTests\TraceTests.cs (3)
3290HasError = true 3331HasError = false 3831HasError = true,
2 references to HasError
Aspire.Dashboard (2)
Otlp\Storage\SqliteTelemetryRepository.Traces.Reads.cs (2)
474if (context.HasError is not null) 477sql.Append(context.HasError.Value ? " AND s.status = @SpanErrorStatus" : " AND s.status <> @SpanErrorStatus");