Skip to content

Commit

Permalink
Return some configs to normal
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahramadan committed Sep 17, 2024
1 parent 94eaa08 commit 6136f7a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lib/new_relic/agent/configuration/default_source.rb
Original file line number Diff line number Diff line change
Expand Up @@ -794,8 +794,7 @@ def self.enforce_fallback(allowed_values: nil, fallback: nil)
},
# Browser monitoring
:'browser_monitoring.auto_instrument' => {
# :default => value_of(:'rum.enabled'),
:default => true,
:default => value_of(:'rum.enabled'),
:documentation_default => true,
:public => true,
:type => Boolean,
Expand All @@ -804,8 +803,7 @@ def self.enforce_fallback(allowed_values: nil, fallback: nil)
},
# CSP nonce
:'browser_monitoring.content_security_policy_nonce' => {
# :default => value_of(:'rum.enabled'),
:default => true,
:default => value_of(:'rum.enabled'),
:documentation_default => true,
:public => true,
:type => Boolean,
Expand Down

0 comments on commit 6136f7a

Please sign in to comment.