ref: Remove transaction-based tracing - #7468
Merged
Merged
Conversation
Contributor
Codecov Results 📊✅ 67139 passed | ⏭️ 3292 skipped | Total: 70431 | Pass Rate: 95.33% | Execution Time: 211m 53s 📊 Comparison with Base Branch
All tests are passing successfully. ✅ Patch coverage is 94.87%. Project has 2272 uncovered lines. Files with missing lines (1)
Coverage diff@@ Coverage Diff @@
## master #PR +/-##
==========================================
- Coverage 90.21% 89.46% -0.75%
==========================================
Files 193 180 -13
Lines 25790 21546 -4244
Branches 9532 7822 -1710
==========================================
+ Hits 23265 19274 -3991
- Misses 2525 2272 -253
- Partials 1431 1223 -208Generated by Codecov Action |
This was referenced Sep 11, 2026
sentrivana
force-pushed
the
ivana/major/rip-out-old-tracing
branch
from
September 11, 2026 14:02
2f92421 to
e16fa1e
Compare
sentrivana
changed the base branch from
major/3.0
to
ivana/major/remove-_set_span_data_attribute
September 11, 2026 14:02
sentrivana
added a commit
that referenced
this pull request
Sep 11, 2026
- Remove `Span`s from type annotations in integrations - Remove helpers like `set_on_span`, `set_span_data_attribute` Taking at least some stuff out of #7468 to make it more reviewable
Base automatically changed from
ivana/major/remove-_set_span_data_attribute
to
major/3.0
September 11, 2026 14:03
sentrivana
force-pushed
the
ivana/major/rip-out-old-tracing
branch
from
September 11, 2026 14:43
a96d5b4 to
452e47b
Compare
sentrivana
changed the base branch from
major/3.0
to
ivana/major/more-tests-ofc
September 11, 2026 14:43
sentrivana
marked this pull request as ready for review
September 14, 2026 07:59
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 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 f6a1dc8. Configure here.
alexander-alderman-webb
approved these changes
Sep 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

SpanandTransactionclasses and associated typessentry_sdk.traces.*dropped_spansetc.)has_span_streaming_enabledIt's a big diff but no logic changes, just removing anything old span related.
Closes https://linear.app/getsentry/issue/PY-2654/rewire-top-level-tracing-api-to-span-streaming
Closes https://linear.app/getsentry/issue/PY-2655/remove-legacy-tracing
Closes https://linear.app/getsentry/issue/PY-2653/remove-has-span-streaming-enabled-branches-from-core