4 writes to ExceptionText
Aspire.Dashboard (1)
Otlp\Storage\SqliteTelemetryRepository.Logs.cs (1)
397
ExceptionText
= record.ExceptionText,
Aspire.Dashboard.Tests (3)
Model\SpanWaterfallViewModelTests.cs (1)
68
ExceptionText
= null,
Model\TraceDetailPageViewModelTests.cs (1)
121
ExceptionText
= null,
tests\Shared\Telemetry\InMemoryTelemetryRepository.cs (1)
557
ExceptionText
= OtlpLogEntry.GetExceptionText(log),
3 references to ExceptionText
Aspire.Dashboard.Tests (3)
TelemetryRepositoryTests\LogTests.cs (3)
201
Assert.Equal("stack trace", summary.
ExceptionText
);
207
Assert.Equal("TestException: test message", summary.
ExceptionText
);
213
Assert.Null(summary.
ExceptionText
);