Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch all deprecation warnings to the warnings Python module. #4110

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

antonpirker
Copy link
Member

Fixes #4109

Copy link

codecov bot commented Feb 28, 2025

Codecov Report

Attention: Patch coverage is 53.84615% with 6 lines in your changes missing coverage. Please review.

Project coverage is 79.53%. Comparing base (0d23b72) to head (047db79).

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
sentry_sdk/tracing.py 0.00% 3 Missing ⚠️
sentry_sdk/hub.py 33.33% 2 Missing ⚠️
sentry_sdk/scope.py 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4110      +/-   ##
==========================================
- Coverage   79.60%   79.53%   -0.08%     
==========================================
  Files         140      140              
  Lines       15581    15582       +1     
  Branches     2643     2643              
==========================================
- Hits        12404    12393      -11     
- Misses       2338     2355      +17     
+ Partials      839      834       -5     
Files with missing lines Coverage Δ
sentry_sdk/integrations/threading.py 87.50% <100.00%> (+0.19%) ⬆️
sentry_sdk/profiler/transaction_profiler.py 82.18% <100.00%> (-1.73%) ⬇️
sentry_sdk/scope.py 85.57% <66.66%> (ø)
sentry_sdk/hub.py 56.94% <33.33%> (ø)
sentry_sdk/tracing.py 77.53% <0.00%> (-0.21%) ⬇️

... and 5 files with indirect coverage changes

@antonpirker antonpirker added Do not merge Breaking change needs to go out in a major labels Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Breaking change needs to go out in a major Do not merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Always use warnings.warn for deprecation messages.
1 participant