newrelic-ruby-agent
newrelic-ruby-agent copied to clipboard
Remove deprecated method, DependencyDetection#deprecated_disabled_configured?
File: lib/new_relic/agent/dependency_detection.rb
- Remove deprecated method
DependencyDetection#deprecated_disabled_configured?
- Replace all references to
DependencyDetection#deprecated_disabled_configured?
withDependencyDetection#disabled_configured?
- Remove all deprecated config options
- Add removal to the CHANGELOG and the migration guide
Size = S to M.
Completing this in 9.0
https://issues.newrelic.com/browse/NEWRELIC-3334
We're removing this from the 9.0 release. Since this method is internal to the agent and not a public api or customer facing, this isn't a breaking change so we can remove it anytime.