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