feat(tracing): Improve @trace decorator.
#4648
Merged
Codecov / codecov/project
succeeded
Aug 6, 2025 in 1s
85.08% (+0.01%) compared to 19914cd
View this Pull Request on Codecov
85.08% (+0.01%) compared to 19914cd
Details
Codecov Report
❌ Patch coverage is 97.29730% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 85.08%. Comparing base (19914cd) to head (dc63e43).
✅ All tests successful. No failed tests found.
| Files with missing lines | Patch % | Lines |
|---|---|---|
| sentry_sdk/tracing.py | 80.00% | 1 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## master #4648 +/- ##
==========================================
+ Coverage 85.07% 85.08% +0.01%
==========================================
Files 156 156
Lines 15824 15836 +12
Branches 2677 2677
==========================================
+ Hits 13462 13474 +12
+ Misses 1583 1582 -1
- Partials 779 780 +1 | Files with missing lines | Coverage Δ | |
|---|---|---|
| sentry_sdk/integrations/starlite.py | 81.94% <100.00%> (ø) |
|
| sentry_sdk/tracing_utils.py | 87.55% <100.00%> (+0.82%) |
⬆️ |
| sentry_sdk/tracing.py | 86.39% <80.00%> (+0.02%) |
⬆️ |
Loading