Skip to content

Updates to account for the no tracestate use case #2302

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

Merged
merged 6 commits into from
Apr 9, 2025

Conversation

jbedell-newrelic
Copy link
Contributor

Customer was seeing no effect of the remote_parent configs because the tracestate header did not exist. Adjusted the code path accordingly.

Resolves: #2291

@codecov-commenter
Copy link

codecov-commenter commented Apr 7, 2025

Codecov Report

Attention: Patch coverage is 76.47059% with 4 lines in your changes missing coverage. Please review.

Project coverage is 70.52%. Comparing base (9be91b8) to head (af94674).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
.../src/main/java/com/newrelic/agent/Transaction.java 71.42% 0 Missing and 4 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2302      +/-   ##
============================================
- Coverage     70.68%   70.52%   -0.17%     
+ Complexity    10355    10031     -324     
============================================
  Files           844      844              
  Lines         41310    40619     -691     
  Branches       6331     6158     -173     
============================================
- Hits          29200    28645     -555     
+ Misses         9283     9187      -96     
+ Partials       2827     2787      -40     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@kmudduluru kmudduluru moved this from Triage to Needs Review in Java Engineering Board Apr 8, 2025
@jbedell-newrelic jbedell-newrelic merged commit ffc0c73 into main Apr 9, 2025
111 checks passed
@github-project-automation github-project-automation bot moved this from Needs Review to Code Complete/Done in Java Engineering Board Apr 9, 2025
@jbedell-newrelic jbedell-newrelic deleted the DT_Debugging branch April 9, 2025 12:04
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
Development

Successfully merging this pull request may close these issues.

Updates to W3C sampler configs
4 participants