Skip to content

breaking(transport): Make HTTP2Transport the default (#4492)

bdca31d
Select commit
Loading
Failed to load commit list.
Closed

POtel implementation base branch (aka SDK 3.0.0) #3152

breaking(transport): Make HTTP2Transport the default (#4492)
bdca31d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 3, 2025 in 1s

84.85% (-0.01%) compared to 57a3405

View this Pull Request on Codecov

84.85% (-0.01%) compared to 57a3405

Details

Codecov Report

❌ Patch coverage is 90.44970% with 206 lines in your changes missing coverage. Please review.
✅ Project coverage is 84.85%. Comparing base (57a3405) to head (bdca31d).
⚠️ Report is 17 commits behind head on master.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
sentry_sdk/integrations/aws_lambda.py 26.76% 52 Missing ⚠️
sentry_sdk/integrations/gcp.py 0.00% 35 Missing ⚠️
sentry_sdk/client.py 81.13% 10 Missing and 10 partials ⚠️
sentry_sdk/integrations/ray.py 43.47% 13 Missing ⚠️
sentry_sdk/integrations/asyncio.py 84.00% 6 Missing and 2 partials ⚠️
sentry_sdk/integrations/clickhouse_driver.py 84.31% 5 Missing and 3 partials ⚠️
sentry_sdk/integrations/tornado.py 82.22% 5 Missing and 3 partials ⚠️
sentry_sdk/integrations/asgi.py 89.55% 4 Missing and 3 partials ⚠️
sentry_sdk/integrations/rq.py 86.04% 2 Missing and 4 partials ⚠️
sentry_sdk/integrations/django/__init__.py 91.37% 5 Missing ⚠️
... and 26 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3152      +/-   ##
==========================================
- Coverage   84.85%   84.85%   -0.01%     
==========================================
  Files         156      158       +2     
  Lines       16110    16093      -17     
  Branches     2740     2564     -176     
==========================================
- Hits        13670    13655      -15     
+ Misses       1651     1648       -3     
- Partials      789      790       +1     
Files with missing lines Coverage Δ
sentry_sdk/__init__.py 100.00% <100.00%> (ø)
sentry_sdk/_init_implementation.py 100.00% <100.00%> (+4.16%) ⬆️
sentry_sdk/_log_batcher.py 79.76% <100.00%> (+0.24%) ⬆️
sentry_sdk/_lru_cache.py 100.00% <100.00%> (ø)
sentry_sdk/_queue.py 62.22% <100.00%> (+2.22%) ⬆️
sentry_sdk/_werkzeug.py 50.00% <100.00%> (+1.85%) ⬆️
sentry_sdk/ai/utils.py 86.95% <100.00%> (+0.59%) ⬆️
sentry_sdk/attachments.py 100.00% <100.00%> (ø)
sentry_sdk/crons/api.py 100.00% <100.00%> (ø)
sentry_sdk/crons/decorator.py 100.00% <100.00%> (ø)
... and 140 more