Skip to content

Commit

Permalink
Add Rails 8.0 to accepted framework versions
Browse files Browse the repository at this point in the history
Previously, a log message stating "Detected untested Rails version 8.*"
would be emitted. This is incorrect, as we are now testing the agent
against Rails 8.0
  • Loading branch information
kaylareopelle committed Dec 9, 2024
1 parent 43e4621 commit 80c14d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/new_relic/agent/configuration/default_source.rb
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def self.framework
case Rails::VERSION::MAJOR
when 3
:rails3
when 4..7
when 4..8
:rails_notifications
else
::NewRelic::Agent.logger.warn("Detected untested Rails version #{Rails::VERSION::STRING}")
Expand Down

0 comments on commit 80c14d5

Please sign in to comment.