-
Notifications
You must be signed in to change notification settings - Fork 609
Force Disable CAT #3333
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
Force Disable CAT #3333
Conversation
SimpleCov Report
|
|
Relates to #3272 |
| end | ||
| end | ||
|
|
||
| def cross_application_tracer_enabled? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do the other methods in this module give us if a customer can't enable CAT?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we won't be keeping these long term, but I'm not ripping out everything in this PR, just force disabling CAT and removing publicly documented api methods.
This removes the ability for CAT to be used and deletes the API methods that were specific to CAT.