Skip to content

Commit

Permalink
Merge pull request #685 from beauraF/add_transaction_tracer-ruby-3
Browse files Browse the repository at this point in the history
Fix add_transaction_tracer ruby 3 deprecation warning
  • Loading branch information
tannalynn committed May 19, 2021
2 parents ab20877 + c9aea5b commit e111069
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ def #{with_method_name}(*args, &block)
#{without_method_name}(*args, &block)
end
end
ruby2_keywords(:#{with_method_name}) if respond_to?(:ruby2_keywords, true)
EOC

visibility = NewRelic::Helper.instance_method_visibility self, method
Expand Down

0 comments on commit e111069

Please sign in to comment.