Skip to content

Commit

Permalink
added PR #377 to the CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Lang authored and Rachel Klein committed Aug 27, 2020
1 parent 47bfe80 commit db8e611
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@
endpoint, when it should have used the original configured value in `Agent.config[:host]`. The agent now uses the correct host
for all calls to preconnect.

* **Bugfix: calling `add_custom_attributes` no longer modifies the params of the caller**

The previous agent's improvements to recording attributes at the span level had an unexpected
side-effect of modifying the params passed to the API call as duplicated attributes were deleted
in the process. This is now fixed and params passed in are no longer modified.

Thanks to Pete Johns (@johnsyweb) for the PR that resolves this bug.

* **Bugfix: `http.url` query parameters spans are now obfuscated**

Previously, the agent was recording the full URL of the external requests, including
Expand Down Expand Up @@ -57,7 +65,7 @@

* **Remove NewRelic::Metrics**

The `NewRelic::Metrics:: module has been removed from the agent since it is no longer used.
The `NewRelic::Metrics` module has been removed from the agent since it is no longer used.

Thanks to @csaura for the contribution!

Expand Down

0 comments on commit db8e611

Please sign in to comment.