Skip to content

Commit

Permalink
remove browser_monitoring.auto_instrument dupe
Browse files Browse the repository at this point in the history
removed duplicate `browser_monitoring.auto_instrument` from
`newrelic.yml`. This configuration option (for RUM) defaults to `true`
and is appropriately commented out in the config so as to not be
redundantly applied. The confusing duplicated config file entry with a
`false` value (also commented out) has now been removed.

resolves #955
  • Loading branch information
fallwith committed Feb 24, 2022
1 parent 184068f commit 4e27fec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# New Relic Ruby Agent Release Notes #

## v8.6.0

* **Documentation: remove confusing duplicate RUM entry from newrelic.yml**

The `browser_monitoring.auto_instrument` configuration option to enable web page load timing (RUM) was confusingly listed twice in the newrelic.yml config file. This option is enabled by default. The newrelic.yml file has been updated to list the option only once. Many thanks to @robotfelix for bringing this to our attention with [Issue #955](https://github.com/newrelic/newrelic-ruby-agent/issues/955)


## v8.5.0

* **AWS: Support IMDSv2 by using a token with metadata API calls**
Expand Down
4 changes: 0 additions & 4 deletions newrelic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,6 @@ common: &default_settings
# end.
# browser_monitoring.attributes.include: []

# If true, enables auto-injection of the JavaScript header for page load timing
# (sometimes referred to as real user monitoring or RUM).
# browser_monitoring.auto_instrument: false

# This is true by default, this enables auto-injection of the JavaScript header
# for page load timing (sometimes referred to as real user monitoring or RUM).
# browser_monitoring.auto_instrument: true
Expand Down

0 comments on commit 4e27fec

Please sign in to comment.