From baec21e7c617608b1e9ce8ba4700b00604834d4c Mon Sep 17 00:00:00 2001 From: fallwith Date: Mon, 11 Dec 2023 16:25:34 -0800 Subject: [PATCH] Exclude the js_agent_loader JS from logs/connect Don't bother relaying the JS blob for JS agent to either the log file or to the server on connect. --- lib/new_relic/agent/configuration/default_source.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/new_relic/agent/configuration/default_source.rb b/lib/new_relic/agent/configuration/default_source.rb index 69948e0f28..7eed49ece0 100644 --- a/lib/new_relic/agent/configuration/default_source.rb +++ b/lib/new_relic/agent/configuration/default_source.rb @@ -2228,7 +2228,8 @@ def self.enforce_fallback(allowed_values: nil, fallback: nil) :public => false, :type => String, :allowed_from_server => true, - :description => 'JavaScript agent loader content.' + :description => 'JavaScript agent loader content.', + :exclude_from_reported_settings => true }, :keep_alive_timeout => { :default => 60,