Skip to content

Conversation

@DiamondJoseph
Copy link
Contributor

Fixes #1243

Removes the spans for two methods that start either start subprocesses or loop infinitely, meaning the methods that they call can be displayed as unique traces rather than being swallowed into a single trace.

@DiamondJoseph DiamondJoseph requested a review from a team as a code owner October 20, 2025 16:36
@codecov
Copy link

codecov bot commented Oct 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.67%. Comparing base (6115b04) to head (ca9ab89).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1246      +/-   ##
==========================================
- Coverage   94.67%   94.67%   -0.01%     
==========================================
  Files          41       41              
  Lines        2611     2609       -2     
==========================================
- Hits         2472     2470       -2     
  Misses        139      139              

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

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.

Trace for Health monitoring is captured inside startup trace, meaning the former is not exposed and the latter is infinitely long

2 participants