You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Fix bug in distributed tracing when excludeNewrelicHeader is set to true (#2457)
* fix: Fix exception thrown when disabling newrelic header with DT
* Exclude one supportability metric from assertions if NR header is excluded
Also tweak names for understandability
---------
Co-authored-by: chynesNR <[email protected]>
Copy file name to clipboardExpand all lines: tests/Agent/IntegrationTests/IntegrationTests/DistributedTracing/W3CInstrumentationTests/HttpClientW3CTestsNetCore.cs
Copy file name to clipboardExpand all lines: tests/Agent/IntegrationTests/IntegrationTests/RemoteServiceFixtures/AspNetCoreDistTraceRequestChainFixture.cs
+6-4
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
// Copyright 2020 New Relic, Inc. All rights reserved.
2
2
// SPDX-License-Identifier: Apache-2.0
3
3
4
-
5
4
usingSystem;
6
5
usingSystem.Collections.Generic;
7
6
usingNewRelic.Agent.IntegrationTestHelpers;
@@ -18,6 +17,8 @@ public class AspNetCoreDistTraceRequestChainFixture : RemoteApplicationFixture
0 commit comments