Skip to content

Commit

Permalink
add changelog entry for community pr
Browse files Browse the repository at this point in the history
  • Loading branch information
tannalynn committed Jun 23, 2023
1 parent 91e14c4 commit 6d71ede
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .build_ignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.github
.gitignore
.project
.rubocop.yml
Expand All @@ -12,7 +13,9 @@ DOCKER.md
docker-compose.yml
config/
config.dot
infinite_tracing/
Guardfile
lefthook.yml
log/
README.md
test/
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## dev

Version <dev> of the agent adds log-level filtering, adds custom attributes for log events, and updates instrumentation for Action Cable. It also provides fixes for how `Fiber` args are treated, Code-Level Metrics, and `NewRelic::Agent::Logging::DecoratingFormatter#clear_tags!` being incorrectly private.
Version <dev> of the agent adds log-level filtering, adds custom attributes for log events, and updates instrumentation for Action Cable. It also provides fixes for how `Fiber` args are treated, Code-Level Metrics, unnecessary files being included in the gem, and `NewRelic::Agent::Logging::DecoratingFormatter#clear_tags!` being incorrectly private.

- **Feature: Filter forwarded logs based on level**

Expand Down Expand Up @@ -35,6 +35,10 @@ Version <dev> of the agent adds log-level filtering, adds custom attributes for
* `transmit_subscription_confirmation.action_cable`
* `transmit_subscription_rejection.action_cable`

- **Bugfix: Removed unwanted files from being included in file_list in gemspec**

Previously, the agent was including some files in the gem that were not needed but added to the size of the gem. These files will no longer be included. Thanks to [@manuraj17](https://github.com/manuraj17) for the contribution! [PR#2089](https://github.com/newrelic/newrelic-ruby-agent/pull/2089)

- **Bugfix: Report Code-Level Metrics for Rails controller methods**

Controllers in Rails automatically render views with names that correspond to valid routes. This means that a controller method may not have a corresponding method in the controller class. Code-Level Metrics now report on these methods and don't log false warnings. Thanks to [@jcrisp](https://github.com/jcrisp) for reporting this issue. [PR#2061](https://github.com/newrelic/newrelic-ruby-agent/pull/2061)
Expand Down

0 comments on commit 6d71ede

Please sign in to comment.