test(pyramid): Remove transaction test - #7312
Merged
Merged
Conversation
sentrivana
marked this pull request as ready for review
August 31, 2026 09:18
Contributor
Codecov Results 📊✅ 107561 passed | ⏭️ 5338 skipped | Total: 112899 | Pass Rate: 95.27% | Execution Time: 360m 13s 📊 Comparison with Base Branch
All tests are passing successfully. ✅ Patch coverage is 100.00%. Project has 2244 uncovered lines. Coverage diff@@ Coverage Diff @@
## main #PR +/-##
==========================================
+ Coverage 90.27% 90.52% +0.25%
==========================================
Files 193 185 -8
Lines 25612 23668 -1944
Branches 9446 8712 -734
==========================================
+ Hits 23120 21424 -1696
- Misses 2492 2244 -248
- Partials 1435 1370 -65Generated by Codecov Action |
alexander-alderman-webb
approved these changes
Aug 31, 2026
sentrivana
added a commit
that referenced
this pull request
Aug 31, 2026
### Description Use ✨ Hide whitespace ✨ CI needs this to pass: - #7312 #### Issues Closes https://linear.app/getsentry/issue/PY-2724/remove-transaction-based-tracing-from-wsgi #### Reminders - Please add tests to validate your changes, and lint your code using `uv run ruff`. - Add GH Issue ID _&_ Linear ID (if applicable) - PR title should use [conventional commit](https://develop.sentry.dev/engineering-practices/commit-messages/#type) style (`feat:`, `fix:`, `ref:`, `meta:`) - For external contributors: [CONTRIBUTING.md](https://github.com/getsentry/sentry-python/blob/master/CONTRIBUTING.md), [Sentry SDK development docs](https://develop.sentry.dev/sdk/), [Discord community](https://discord.gg/Ww9hbqr)
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.
Probably got in with a recent master -> major merge.