Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove support for disable_transaction_tracing #1792

Conversation

hannahramadan
Copy link
Contributor

@hannahramadan hannahramadan commented Feb 4, 2023

This PR removes references to NewRelic::Agent.disable_transaction_tracing, which was deprecated in Ruby agent 5.4.0.

Users are encouraged to use NewRelic::Agent.disable_all_tracing or NewRelic::Agent.ignore_transaction instead.

Related to #745

`NewRelic::Agent.disable_transaction_tracing` was deprecated in Ruby
agent 5.4.0. Users are encouraged to use `NewRelic::Agent.disable_all_tracing`
or `NewRelic::Agent.ignore_transaction` instead.
@hannahramadan hannahramadan marked this pull request as ready for review February 4, 2023 00:32
CHANGELOG.md Outdated Show resolved Hide resolved
@hannahramadan hannahramadan merged commit 47219eb into major-release-9 Feb 4, 2023
@hannahramadan hannahramadan deleted the NR745-remove-deprecated-method-disable-txn-tracing branch February 4, 2023 00:45
@github-actions
Copy link

github-actions bot commented Feb 4, 2023

SimpleCov Report

Coverage Threshold
Line 93.97% 93%
Branch 85.48% 84%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants