| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…ent span (misc) When span streaming is enabled and there is no current span, integrations should not create new root segments for child-span operations. This adds a guard check using `sentry_sdk.traces.get_current_span()` before creating spans in the streaming path. Affected integrations: socket, grpc (client), asyncio, mcp, rust_tracing. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Codecov Results 📊✅ 91185 passed | ⏭️ 6302 skipped | Total: 97487 | Pass Rate: 93.54% | Execution Time: 304m 36s 📊 Comparison with Base Branch
All tests are passing successfully. ❌ Patch coverage is 74.42%. Project has 2444 uncovered lines.
@@ Coverage Diff @@
## main #PR +/-##
==========================================
- Coverage 89.81% 89.78% -0.03%
==========================================
Files 193 193 —
Lines 23905 23921 +16
Branches 8262 8280 +18
==========================================
+ Hits 21471 21477 +6
- Misses 2434 2444 +10
- Partials 1351 1360 +9Generated by Codecov Action |
Sorry, something went wrong.
Align the rust_tracing and grpc aio streaming tests with the new behavior where no root segment is created when there is no active span in the streaming path.
| Back | FazBrowse Home | New Git URL |
Summary
Test plan
🤖 Generated with Claude Code