Skip to content

Add IntakeResponse deserialization for detailed error logging (#2460) #1001

Add IntakeResponse deserialization for detailed error logging (#2460)

Add IntakeResponse deserialization for detailed error logging (#2460) #1001

GitHub Actions / Test Repot -iis succeeded Oct 10, 2024 in 0s

5 passed, 0 failed and 0 skipped

Tests passed successfully

✔️ junit-NETCoreApp80-Elastic.Apm.AspNetFullFramework.Tests.xml

5 tests were completed in 76s with 5 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Elastic.Apm.AspNetFullFramework.Tests.dll 5✔️ 76s

✔️ Elastic.Apm.AspNetFullFramework.Tests.dll

Elastic.Apm.AspNetFullFramework.Tests.CustomServiceNodeNameSetViaSettings
  ✔️ CustomServiceNodeNameSetViaSettings.Test(sampleAppUrlPathData: SampleAppUrlPathData { ErrorsCount = 0, Outcome = Success, RelativePath = "", SpansCount = 0, StatusCode = 200, ··· })
  ✔️ CustomServiceNodeNameSetViaSettings.Test(sampleAppUrlPathData: SampleAppUrlPathData { ErrorsCount = 0, Outcome = Success, RelativePath = "Home", SpansCount = 0, StatusCode = 200, ··· })
  ✔️ CustomServiceNodeNameSetViaSettings.Test(sampleAppUrlPathData: SampleAppUrlPathData { ErrorsCount = 0, Outcome = Success, RelativePath = "Home/Contact", SpansCount = 2, StatusCode = 200, ··· })
  ✔️ CustomServiceNodeNameSetViaSettings.Test(sampleAppUrlPathData: SampleAppUrlPathData { ErrorsCount = 2, Outcome = Failure, RelativePath = "Home/CustomSpanThrows", SpansCount = 1, StatusCode = 500, ··· })
  ✔️ CustomServiceNodeNameSetViaSettings.Test(sampleAppUrlPathData: SampleAppUrlPathData { ErrorsCount = 1, Outcome = Success, RelativePath = "dummy_URL_path_to_page_that_does_not_exist", SpansCount = 0, StatusCode = 404, ··· })