feat(clickhouse_driver): Set breadcrumbs in the streaming trace lifecycle - #7325
feat(clickhouse_driver): Set breadcrumbs in the streaming trace lifecycle#7325alexander-alderman-webb wants to merge 14 commits into
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 3 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 6abe189. Configure here.
Codecov Results 📊✅ 121335 passed | ❌ 1 failed | ⏭️ 6756 skipped | Total: 128092 | Pass Rate: 94.72% | Execution Time: 430m 47s 📊 Comparison with Base Branch
➕ New Tests (1)View new tests
❌ Failed Tests
|

Description
This is analogous to adding breadcrumbs to Redis and HTTP client integrations, so that breadcrumbs are not lost when users enable the streaming trace lifecycle.
Set the (non-deprected) attributes used by streamed spans as breadcrumbs when the streaming trace lifecycle is enabled.
Adds tests with the
_span_streamingsuffix based on existing tests.Issues
Closes #7317
Reminders
uv run ruff.feat:,fix:,ref:,meta:)