Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
allow_all_headers entry updates

Co-authored-by: Kayla Reopelle (she/her) <87386821+kaylareopelle@users.noreply.github.com>
  • Loading branch information
fallwith and kaylareopelle committed Aug 11, 2023
1 parent 7ceb153 commit 5647b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Version <dev> of the agent adds [Roda](https://roda.jeremyevans.net/) instrument

A new `allow_all_headers` configuration parameter brings parity with the Node.js agent (see the [v2.7.0 changelog](https://docs.newrelic.com/docs/release-notes/agent-release-notes/nodejs-release-notes/node-agent-270/)). This configuration parameter defaults to a value of `false`. When set to `true`, and as long as the agent is not operating in high-security mode, all HTTP headers gleaned from a request will be captured and relayed to New Relic instead of the default core set of headers. All existing behavior for `.*attributes.include` and `.*attributes.exclude` configuration parameters will be respected for any desired filtration of the headers when `allow_all_headers` is enabled. This work was done in response to a feature request submitted by community member [@jamesarosen](https://github.com/jamesarosen). Thank you very much, @jamesarosen! [Issue#1029](https://github.com/newrelic/newrelic-ruby-agent/issues/1029)

NOTE: The extra headers collected by having `allow_all_headers` enabled requires Rack version 2 or higher.
NOTE: The extra headers collected by enabling `allow_all_headers` requires Rack version 2 or higher.
NOTE: The extra headers will appear as attributes prefixed with `request.headers.`

- **Feature: Improved error tracking transaction linking**
Expand Down

0 comments on commit 5647b71

Please sign in to comment.