Uh oh!
There was an error while loading. Please reload this page.
feat(litellm): Support span streaming - #6317
Conversation
Codecov Results 📊✅ 446 passed | Total: 446 | Pass Rate: 100% | Execution Time: 1m 26s 📊 Comparison with Base Branch
✨ No test changes detected All tests are passing successfully. ❌ Patch coverage is 0.00%. Project has 15216 uncovered lines. Files with missing lines (1)
Coverage diff@@ Coverage Diff @@## main #PR +/-##
==========================================
- Coverage 34.87% 33.50% -1.37%
==========================================
Files 190 190 —
Lines 22890 22881 -9
Branches 7834 7836 +2
==========================================
+ Hits 7981 7665 -316- Misses 14909 15216 +307- Partials 829 808 -21Generated by Codecov Action |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 87d98e2. Configure here.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.

Description
Use
sentry_sdk.traces.start_spanand replaceSpan.set_data()withStreamedSpan.set_attribute()when in span streaming mode.Parametrize tests on the trace lifecycle option.
Issues
Closes#6034
Reminders
tox -e linters.feat:,fix:,ref:,meta:)