Skip to content

Commit

Permalink
Merge pull request #2359 from newrelic/exclude_js_agent_loader
Browse files Browse the repository at this point in the history
Exclude the js_agent_loader JS from logs/connect
  • Loading branch information
fallwith authored Dec 12, 2023
2 parents 713200b + baec21e commit 6f5e4f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/new_relic/agent/configuration/default_source.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6f5e4f4

Please sign in to comment.