From 595e5dfc72153a790585eca888d0b3d03e0ff5ea Mon Sep 17 00:00:00 2001 From: esquith Date: Wed, 8 Feb 2023 15:02:51 -0500 Subject: [PATCH] Remove NEW_RELIC_ID_HEADER --- lib/new_relic/agent/monitors/cross_app_monitor.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/new_relic/agent/monitors/cross_app_monitor.rb b/lib/new_relic/agent/monitors/cross_app_monitor.rb index b59aeb2f18..933c54442d 100644 --- a/lib/new_relic/agent/monitors/cross_app_monitor.rb +++ b/lib/new_relic/agent/monitors/cross_app_monitor.rb @@ -12,7 +12,6 @@ module NewRelic module Agent module DistributedTracing class CrossAppMonitor < InboundRequestMonitor - NEWRELIC_ID_HEADER = 'X-NewRelic-ID'.freeze NEWRELIC_TXN_HEADER = 'X-NewRelic-Transaction'.freeze NEWRELIC_APPDATA_HEADER = 'X-NewRelic-App-Data'.freeze