| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Sorry, something went wrong.
| has_tracing_enabled(self.get_client().options) | ||
| and self._span is not None | ||
| and not isinstance(self._span, NoOpStreamedSpan) | ||
| and not isinstance(self._span, (NoOpStreamedSpan, NoOpSpan)) |
There was a problem hiding this comment.
generalized these instance checks just in case
Sorry, something went wrong.
Codecov Results 📊✅ 90848 passed | ⏭️ 6037 skipped | Total: 96885 | Pass Rate: 93.77% | Execution Time: 321m 27s 📊 Comparison with Base Branch
✨ No test changes detected All tests are passing successfully. ✅ Patch coverage is 100.00%. Project has 2420 uncovered lines.
@@ Coverage Diff @@
## main #PR +/-##
==========================================
+ Coverage 89.75% 89.76% +0.01%
==========================================
Files 192 192 —
Lines 23630 23636 +6
Branches 8134 8140 +6
==========================================
+ Hits 21208 21216 +8
- Misses 2422 2420 -2
- Partials 1341 1341 —Generated by Codecov Action |
Sorry, something went wrong.
When no span is active, span_id is now omitted from the envelope entirely rather than included as None. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
#### Issues * resolves: getsentry#6558 * resolves: PY-2526 --------- Co-authored-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
| Back | FazBrowse Home | New Git URL |
Issues