| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…lt_pii Move url.full, url.path, and http.query span attributes behind the send_default_pii flag to avoid leaking PII in Sanic request spans. Consistent with the same fix applied to aiohttp, wsgi, and asgi. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sorry, something went wrong.
Codecov Results 📊✅ 89965 passed | ⏭️ 6300 skipped | Total: 96265 | Pass Rate: 93.46% | Execution Time: 322m 47s 📊 Comparison with Base Branch
All tests are passing successfully. ✅ Patch coverage is 100.00%. Project has 2402 uncovered lines. @@ Coverage Diff @@
## main #PR +/-##
==========================================
- Coverage 89.93% 89.90% -0.03%
==========================================
Files 192 192 —
Lines 23784 23786 +2
Branches 8210 8212 +2
==========================================
+ Hits 21389 21384 -5
- Misses 2395 2402 +7
- Partials 1342 1343 +1Generated by Codecov Action |
Sorry, something went wrong.
…lt_pii (getsentry#6663) The `url.full`, `url.path`, and `http.query` span attributes on Sanic request spans are now only set when `send_default_pii=True`. Previously `url.full` was always set, which could leak sensitive path or query parameter values. This matches the same fix already applied to the aiohttp, wsgi, and asgi integrations. Fixes PY-2555 Fixes getsentry#6660 Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
| Back | FazBrowse Home | New Git URL |
The url.full, url.path, and http.query span attributes on Sanic request spans are now only set when send_default_pii=True. Previously url.full was always set, which could leak sensitive path or query parameter values.
This matches the same fix already applied to the aiohttp, wsgi, and asgi integrations.
Fixes PY-2555
Fixes #6660