Skip to content

feat(langgraph): Support span streaming#6406

Merged
alexander-alderman-webb merged 17 commits into
masterfrom
webb/langgraph/span-first
May 27, 2026
Merged

feat(langgraph): Support span streaming#6406
alexander-alderman-webb merged 17 commits into
masterfrom
webb/langgraph/span-first

Conversation

@alexander-alderman-webb
Copy link
Copy Markdown
Contributor

@alexander-alderman-webb alexander-alderman-webb commented May 26, 2026

Note: Depends on #6405

Description

Use sentry_sdk.traces.start_span and replace Span.set_data() with StreamedSpan.set_attribute() when in span streaming mode.

Do not create spans for StateGraph.compile when the streaming trace lifecycle is configured.

Parametrize tests on the trace lifecycle option.

Issues

Closes #6032

Reminders

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 26, 2026

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)
File Patch % Lines
sentry_sdk/integrations/langgraph.py 0.00% ⚠️ 23 Missing

Generated by Codecov Action

@alexander-alderman-webb alexander-alderman-webb marked this pull request as ready for review May 26, 2026 12:25
@alexander-alderman-webb alexander-alderman-webb requested a review from a team as a code owner May 26, 2026 12:25
Comment thread sentry_sdk/integrations/langgraph.py
Comment thread sentry_sdk/integrations/langgraph.py
Comment thread sentry_sdk/integrations/langgraph.py
Base automatically changed from webb/langchain/span-first to master May 27, 2026 11:31
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

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

Comment thread tests/integrations/langgraph/test_langgraph.py
@alexander-alderman-webb alexander-alderman-webb merged commit 059c68e into master May 27, 2026
162 of 167 checks passed
@alexander-alderman-webb alexander-alderman-webb deleted the webb/langgraph/span-first branch May 27, 2026 12:22
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.

Migrate langgraph to span first

2 participants