You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The NewRelic::Agent#disable_transaction_tracing method was deprecated three years ago. Let's remove it.
File: lib/new_relic/agent.rb
Remove the deprecated method, NewRelic::Agent#disable_transaction_tracing
Replace all calls to NewRelic::Agent#disable_transaction_tracing with NewRelic::Agent#disable_all_tracing or NewRelic::Agent#ignore_transaction
Add removal to CHANGELOG
This is part of the public API. Update references in the documentation to note removal, replacements, and supported versions.
Add steps to adjust to the migration guide
The text was updated successfully, but these errors were encountered:
kaylareopelle
changed the title
Remove NewRelic::Agent#disable_transaction_tracing
Remove deprecated method, NewRelic::Agent#disable_transaction_tracing
Aug 2, 2021
For the initial scope, let's review and see if the public API doc has called out deprecation in addition to the deprecation shown in the log for this method.
The
NewRelic::Agent#disable_transaction_tracing
method was deprecated three years ago. Let's remove it.File:
lib/new_relic/agent.rb
NewRelic::Agent#disable_transaction_tracing
NewRelic::Agent#disable_transaction_tracing
withNewRelic::Agent#disable_all_tracing
orNewRelic::Agent#ignore_transaction
The text was updated successfully, but these errors were encountered: