newrelic-ruby-agent
newrelic-ruby-agent copied to clipboard
Remove all previously deprecated configuration options
In the next major release 9.0.0 of the agent, we should remove all configuration options marked with deprecated => true
in default_source.rb
. The replacement configuration options that currently reference these deprecated options should have their default values updated to no longer reference those options as well.
For our next major release, leave the deprecated configuration options referencing analytic events, as those have been recently deprecated. All other deprecated configuration options should be able to be removed.
https://issues.newrelic.com/browse/NEWRELIC-3419
Some of these deprecated attributes are called out as such in this document. Let's update it when we work on this ticket.