chore(mcp): Remove transaction-based tracing - #7408
Merged
Merged
Conversation
Contributor
Codecov Results 📊✅ 71575 passed | ❌ 1 failed | ⏭️ 3373 skipped | Total: 74949 | Pass Rate: 95.5% | Execution Time: 222m 54s 📊 Comparison with Base Branch
➕ New Tests (1)View new tests
❌ Failed Tests
|
| File | Patch % | Lines |
|---|---|---|
| sentry_sdk/integrations/mcp.py | 88.36% |
Coverage diff
@@ Coverage Diff @@
## master #PR +/-##
==========================================
- Coverage 90.20% 90.11% -0.09%
==========================================
Files 193 185 -8
Lines 25788 22861 -2927
Branches 9530 8342 -1188
==========================================
+ Hits 23261 20601 -2660
- Misses 2527 2260 -267
- Partials 1432 1343 -89Generated by Codecov Action
alexander-alderman-webb
marked this pull request as ready for review
September 8, 2026 09:49
sentrivana
approved these changes
Sep 8, 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.
Description
I've also opened a PR to add parametrization to some tests on master: #7424
I've remove
test_fastmcp_mixed_sync_async_tools()andtest_fastmcp_multiple_tools(). The tests are no longer interesting now the outer transaction has been removed.Issues
Closes #7101
Reminders
uv run ruff.feat:,fix:,ref:,meta:)