Skip to content

Commit bd09592

Browse files
committed
Add request.uri changelog entry
1 parent afe8452 commit bd09592

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# New Relic Ruby Agent Release Notes
22

3+
## dev
4+
5+
- **Bugfix: Include request.uri in Transaction events by default**
6+
7+
[The New Relic data dictionary expects Transaction events to have the `request.uri` attribute.](https://docs.newrelic.com/attribute-dictionary/?event=Transaction&attribute=request.uri) The Ruby agent now fulfills this expectation. If you would like to exclude `request.uri` from Transaction events, you can do so by setting `transaction_events.attributes.exclude` to `'request.uri'`. [PR#3103](https://github.com/newrelic/newrelic-ruby-agent/pull/3103)
8+
39
## v9.18.0
410

511
- **Feature: Add elasticsearch.capture_cluster_name configuration option**

0 commit comments

Comments
 (0)