Uh oh!
There was an error while loading. Please reload this page.
feat(langgraph): Support span streaming - #6406
Conversation
Codecov Results 📊✅ 282 passed | Total: 282 | Pass Rate: 100% | Execution Time: 44.41s All tests are passing successfully. ❌ Patch coverage is 0.00%. Project has 14861 uncovered lines. Files with missing lines (1)
Generated 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.
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 41ed46b. Configure here.
Uh oh!
There was an error while loading. Please reload this page.
Do not create spans for `StateGraph.compile()` when the streaming trace lifecycle is selected.

Note: Depends on #6405
Description
Use
sentry_sdk.traces.start_spanand replaceSpan.set_data()withStreamedSpan.set_attribute()when in span streaming mode.Do not create spans for
StateGraph.compilewhen the streaming trace lifecycle is configured.Parametrize tests on the trace lifecycle option.
Issues
Closes#6032
Reminders
tox -e linters.feat:,fix:,ref:,meta:)