Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Kayla Reopelle (she/her) <[email protected]>
  • Loading branch information
hannahramadan and kaylareopelle authored Jun 12, 2023
1 parent bd3e9cb commit 2b22803
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Version <dev> of the agent adds the ability to filter logs by level, expands ins
* `transmit_subscription_confirmation.action_cable`
* `transmit_subscription_rejection.action_cable`

- **Bugfix: Report Code Level Metrics for Rails controller methods**
- **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)
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)

## v9.2.2

Expand Down

0 comments on commit 2b22803

Please sign in to comment.