| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Mirror the httpx integration: apply the data_collection.url_query_params behaviour to httpx2 span attributes (url.full, url.query, url.fragment) and breadcrumbs when span streaming is enabled, filtering sensitive query params instead of relying solely on send_default_pii. Fixes PY-2743 Fixes #7278
Sorry, something went wrong.
Codecov Results 📊✅ 120167 passed | ⏭️ 6762 skipped | Total: 126929 | Pass Rate: 94.67% | Execution Time: 426m 20s 📊 Comparison with Base Branch
All tests are passing successfully. ✅ Patch coverage is 100.00%. Project has 2485 uncovered lines.
@@ Coverage Diff @@
## main #PR +/-##
==========================================
+ Coverage 90.29% 90.30% +0.01%
==========================================
Files 193 193 —
Lines 25601 25627 +26
Branches 9436 9444 +8
==========================================
+ Hits 23116 23142 +26
- Misses 2485 2485 —
- Partials 1435 1441 +6Generated by Codecov Action |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Mirror the httpx integration: apply the data_collection.url_query_params
behaviour to httpx2 span attributes (url.full, url.query, url.fragment) and
breadcrumbs when span streaming is enabled, filtering sensitive query params
instead of relying solely on send_default_pii.
Fixes PY-2743
Fixes #7278