Skip to content

Conversation

@lrafeei
Copy link
Contributor

@lrafeei lrafeei commented Dec 4, 2025

This PR adds status setting capabilities as well as completing the record_exception functionality.

@github-actions
Copy link

github-actions bot commented Dec 4, 2025

MegaLinter analysis: Error

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 7 0 0 0.93s
✅ MARKDOWN markdownlint 7 0 0 0 1.44s
❌ PYTHON ruff 958 9 1 0 1.06s
✅ PYTHON ruff-format 958 10 0 0 0.37s
✅ YAML prettier 15 0 0 0 1.6s
✅ YAML v8r 15 0 0 4.47s
✅ YAML yamllint 15 0 0 0.69s

Detailed Issues

❌ PYTHON / ruff - 1 error
::error title=Ruff (C416),file=newrelic/api/opentelemetry.py,line=99,col=34,endLine=99,endColumn=80::newrelic/api/opentelemetry.py:99:34: C416 Unnecessary dict comprehension (rewrite using `dict()`)
::error title=Ruff (F841),file=newrelic/api/opentelemetry.py,line=499,col=13,endLine=499,endColumn=32::newrelic/api/opentelemetry.py:499:13: F841 Local variable `parent_span_span_id` is assigned to but never used
::error title=Ruff (B026),file=newrelic/api/opentelemetry.py,line=675,col=99,endLine=675,endColumn=104::newrelic/api/opentelemetry.py:675:99: B026 Star-arg unpacking after a keyword argument is strongly discouraged

See detailed reports in MegaLinter artifacts

MegaLinter is graciously provided by OX Security

@mergify mergify bot added the tests-failing Tests failing in CI. label Dec 4, 2025
@codecov-commenter
Copy link

Codecov Report

❌ Patch coverage is 55.80110% with 80 lines in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (develop-hybrid-core-tracing@7dad3bb). Learn more about missing BASE report.

Files with missing lines Patch % Lines
newrelic/api/opentelemetry.py 60.31% 35 Missing and 15 partials ⚠️
newrelic/hooks/hybridagent_opentelemetry.py 36.58% 24 Missing and 2 partials ⚠️
newrelic/api/transaction.py 63.63% 4 Missing ⚠️
Additional details and impacted files
@@                      Coverage Diff                       @@
##             develop-hybrid-core-tracing    #1599   +/-   ##
==============================================================
  Coverage                               ?   79.95%           
==============================================================
  Files                                  ?      210           
  Lines                                  ?    24735           
  Branches                               ?     3938           
==============================================================
  Hits                                   ?    19776           
  Misses                                 ?     3565           
  Partials                               ?     1394           

☔ 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.

@mergify mergify bot added the merge-conflicts Merge conflicts detected. label Dec 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merge-conflicts Merge conflicts detected. tests-failing Tests failing in CI.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants