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

Configure HTTP methods to capture in WSGI middleware and frameworks #3531

Merged
merged 13 commits into from
Oct 1, 2024

Merge branch 'master' into antonpirker/http_methods_to_capture

70c9ecc
Select commit
Loading
Failed to load commit list.
Merged

Configure HTTP methods to capture in WSGI middleware and frameworks #3531

Merge branch 'master' into antonpirker/http_methods_to_capture
70c9ecc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 1, 2024 in 0s

28.26% (-16.90%) compared to a3ab1ea

View this Pull Request on Codecov

28.26% (-16.90%) compared to a3ab1ea

Details

Codecov Report

Attention: Patch coverage is 25.00000% with 30 lines in your changes missing coverage. Please review.

Project coverage is 28.26%. Comparing base (a3ab1ea) to head (70c9ecc).

Files with missing lines Patch % Lines
sentry_sdk/integrations/asgi.py 6.25% 15 Missing ⚠️
sentry_sdk/integrations/wsgi.py 27.27% 7 Missing and 1 partial ⚠️
sentry_sdk/integrations/flask.py 25.00% 3 Missing ⚠️
sentry_sdk/integrations/django/__init__.py 33.33% 2 Missing ⚠️
sentry_sdk/integrations/_wsgi_common.py 80.00% 1 Missing ⚠️
sentry_sdk/integrations/starlette.py 0.00% 1 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (a3ab1ea) and HEAD (70c9ecc). Click for more details.

HEAD has 33 uploads less than BASE
Flag BASE (a3ab1ea) HEAD (70c9ecc)
37 4
Additional details and impacted files
@@             Coverage Diff             @@
##           master    #3531       +/-   ##
===========================================
- Coverage   45.16%   28.26%   -16.90%     
===========================================
  Files         133      133               
  Lines       13908    13929       +21     
  Branches     2933     2913       -20     
===========================================
- Hits         6281     3937     -2344     
- Misses       7030     9584     +2554     
+ Partials      597      408      -189     
Files with missing lines Coverage Δ
sentry_sdk/integrations/_wsgi_common.py 29.75% <80.00%> (-40.08%) ⬇️
sentry_sdk/integrations/starlette.py 5.24% <0.00%> (-45.63%) ⬇️
sentry_sdk/integrations/django/__init__.py 5.52% <33.33%> (-0.04%) ⬇️
sentry_sdk/integrations/flask.py 12.80% <25.00%> (-54.68%) ⬇️
sentry_sdk/integrations/wsgi.py 23.43% <27.27%> (-69.25%) ⬇️
sentry_sdk/integrations/asgi.py 20.45% <6.25%> (-40.66%) ⬇️

... and 50 files with indirect coverage changes