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

Use assemble_code_header in method_with_push_scope #726

Merged
merged 1 commit into from Jul 14, 2021

Conversation

amhuntsman
Copy link
Contributor

Before contributing, please read our contributing guidelines and code of conduct.

Overview

Should be a simple update to use the assemble_code_header in NewRelic::Agent::MethodTracer.method_with_push_scope as it is used in .method_without_push_scope for consistency. Should not change any functionality.

Note these methods will likely be refactored in the course of working on #502.

Related Github Issue

#716

Reviewer Checklist

  • Perform code review
  • Add performance label
  • Perform appropriate level of performance testing
  • Confirm all checks passed
  • Add version label prior to acceptance

@amhuntsman amhuntsman added this to In progress in Ruby Engineering Board via automation Jul 14, 2021
@amhuntsman amhuntsman self-assigned this Jul 14, 2021
@amhuntsman amhuntsman changed the title use assemble_code_header in method_with_push_scope (#716) Use assemble_code_header in method_with_push_scope Jul 14, 2021
Copy link
Contributor

@tannalynn tannalynn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@tannalynn tannalynn linked an issue Jul 14, 2021 that may be closed by this pull request
@tannalynn tannalynn merged commit 0977320 into dev Jul 14, 2021
Ruby Engineering Board automation moved this from In progress to Done/Pending Release Jul 14, 2021
@amhuntsman amhuntsman deleted the method_tracer_code_header_fix branch July 14, 2021 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Ruby Engineering Board
  
Code Complete/Done
Development

Successfully merging this pull request may close these issues.

Resolve inconsistent trace logic in method tracing
2 participants