scoutapp / roadmap

The public roadmap for Scout application monitoring.
https://scoutapp.com
16 stars 2 forks source link

Fix upgrade message w/db addon to account for 3.*.pre #69

Closed itsderek23 closed 5 years ago

itsderek23 commented 6 years ago

Currently our upgrade_agent.html.slim page displays the following message if an app is using an agent that does not support the db addon:

Database Monitoring requires <code>scout_apm</code> version 2.3.0 or greater:

If an app is using the 3.*.pre line of the Ruby agent, this is misleading. Instead, we should detect if this is the case and provide the proper Gem version for that line of the agent (Gem::Version.new("3.0.0.pre12")).

dlanderson commented 5 years ago

3.x.pre releases are being replaced with AutoInstruments