| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…fault_pii These URL attributes can contain PII (query params, fragments), so they should only be set when send_default_pii is enabled, consistent with the aiohttp and wsgi integrations. Refs #2558 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sorry, something went wrong.
Codecov Results 📊✅ 89953 passed | ⏭️ 6240 skipped | Total: 96193 | Pass Rate: 93.51% | Execution Time: 318m 19s 📊 Comparison with Base Branch
All tests are passing successfully. ✅ Patch coverage is 100.00%. Project has 2401 uncovered lines. @@ Coverage Diff @@
## main #PR +/-##
==========================================
- Coverage 89.93% 89.91% -0.02%
==========================================
Files 192 192 —
Lines 23784 23785 +1
Branches 8210 8210 —
==========================================
+ Hits 21389 21384 -5
- Misses 2395 2401 +6
- Partials 1342 1342 —Generated by Codecov Action |
Sorry, something went wrong.
…fault_pii (getsentry#6668) Gate `url.full`, `url.query`, and `url.fragment` span attributes behind `send_default_pii` in the httpx integration, consistent with the aiohttp and wsgi integrations. These attributes can contain sensitive data (query parameters, fragments), so they should only be captured when the user has opted in. Fixes PY-2558 Fixes getsentry#6667
| Back | FazBrowse Home | New Git URL |
Gate url.full, url.query, and url.fragment span attributes behind send_default_pii in the httpx integration, consistent with the aiohttp and wsgi integrations. These attributes can contain sensitive data (query parameters, fragments), so they should only be captured when the user has opted in.
Fixes PY-2558
Fixes #6667