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

Fix for incorrectly private method in DecoratingFormatter #2078

Merged
merged 4 commits into from
Jun 14, 2023

Conversation

tannalynn
Copy link
Contributor

In a previous refactor, the method NewRelic::Agent::Logging::DecoratingFormatter#clear_tags! was included in the private section. This is a no op method that exists for rails compatibility, and should be public. This PR moves it back to public and adds a test to prevent this from happening in the future

closes #2077

CHANGELOG.md Show resolved Hide resolved
@github-actions
Copy link
Contributor

SimpleCov Report

Coverage Threshold
Line 94.08% 94%
Branch 85.53% 85%

@tannalynn tannalynn merged commit 706ea67 into dev Jun 14, 2023
@tannalynn tannalynn deleted the 2077_log_decorating_formatter_clear_tags branch June 23, 2023 17:23
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.

NewRelic::Agent::Logging::DecoratingFormatter#clear_tags! should be public?
3 participants