newrelic-ruby-agent icon indicating copy to clipboard operation
newrelic-ruby-agent copied to clipboard

Remove deprecated method, DependencyDetection#deprecated_disabled_configured?

Open kaylareopelle opened this issue 3 years ago • 4 comments

File: lib/new_relic/agent/dependency_detection.rb

  • Remove deprecated method DependencyDetection#deprecated_disabled_configured?
  • Replace all references to DependencyDetection#deprecated_disabled_configured? with DependencyDetection#disabled_configured?
  • Remove all deprecated config options
  • Add removal to the CHANGELOG and the migration guide

kaylareopelle avatar Aug 02 '21 14:08 kaylareopelle

Size = S to M.

angelatan2 avatar Aug 02 '21 16:08 angelatan2

Completing this in 9.0

kaylareopelle avatar Aug 26 '21 18:08 kaylareopelle

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.

tannalynn avatar Feb 01 '23 22:02 tannalynn