Skip to content

Commit

Permalink
Add require statment
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahramadan committed Aug 17, 2023
1 parent 86cdeee commit 873da5f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# New Relic Ruby Agent Release Notes

## v9.4.2

Version 9.4.2 of the agent re-addresses a `NoMethodError` introduced in 9.4.0.

- **Bugfix: Resolve NoMethodError**

Ruby agent 9.4.1 attempted to fix a `NoMethodError` introduced in 9.4.0. A missing `require` prevented a method from scoping appropriately and has now been added. Thanks to [@spickermann](https://github.com/spickermann) and [ColinOrr](https://github.com/ColinOrr) for working with us to get this resolved. [PR#2167](https://github.com/newrelic/newrelic-ruby-agent/pull/2167)

## v9.4.1

Version 9.4.1 of the agent resolves a `NoMethodError` introduced in 9.4.0.
Expand Down
1 change: 1 addition & 0 deletions lib/new_relic/agent/instrumentation/roda.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# frozen_string_literal: true

require_relative 'roda/instrumentation'
require_relative 'roda/roda_transaction_namer'

DependencyDetection.defer do
named :roda
Expand Down

0 comments on commit 873da5f

Please sign in to comment.