chore(asyncpg): Remove transaction-based tracing - #7192
Open
sentrivana wants to merge 6 commits into
Open
Conversation
Contributor
Codecov Results 📊✅ 106975 passed | ❌ 1 failed | ⏭️ 5338 skipped | Total: 112314 | Pass Rate: 95.25% | Execution Time: 354m 56s 📊 Comparison with Base Branch
➕ New Tests (1)View new tests
❌ Failed Tests
|
| File | Patch % | Lines |
|---|---|---|
| sentry_sdk/integrations/asyncpg.py | 84.62% |
Coverage diff
@@ Coverage Diff @@
## main #PR +/-##
==========================================
+ Coverage 90.30% 90.50% +0.2%
==========================================
Files 193 185 -8
Lines 25612 23606 -2006
Branches 9450 8678 -772
==========================================
+ Hits 23129 21364 -1765
- Misses 2483 2242 -241
- Partials 1434 1367 -67Generated by Codecov Action
sentrivana
marked this pull request as ready for review
August 31, 2026 14:08
sentrivana
marked this pull request as draft
August 31, 2026 14:14
sentrivana
marked this pull request as ready for review
August 31, 2026 14:54
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.
Use Hide whitespace ✨
CI (mypy) will be green after #7199, which removes transactions from some shared utils, is merged.
Closes PY-2681
Closes #7077