| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
The ASGI integration was missing the url.path attribute on streamed request spans. Add it by concatenating root_path and path from the ASGI scope, which correctly handles sub-mounted apps where root_path is non-empty. Refs PY-2551 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sorry, something went wrong.
Codecov Results 📊✅ 89842 passed | ⏭️ 6240 skipped | Total: 96082 | Pass Rate: 93.51% | Execution Time: 320m 42s 📊 Comparison with Base Branch
All tests are passing successfully. ✅ Patch coverage is 100.00%. Project has 2396 uncovered lines. @@ Coverage Diff @@
## main #PR +/-##
==========================================
+ Coverage 89.89% 89.92% +0.03%
==========================================
Files 192 192 —
Lines 23763 23764 +1
Branches 8206 8206 —
==========================================
+ Hits 21360 21368 +8
- Misses 2403 2396 -7
- Partials 1343 1343 —Generated by Codecov Action |
Sorry, something went wrong.
The ASGI integration was not setting `url.path` on streamed request spans. Add it by combining `root_path` and `path` from the ASGI scope, which correctly handles sub-mounted apps where `root_path` is non-empty. Fixes PY-2551 Fixes getsentry#6651
| Back | FazBrowse Home | New Git URL |
The ASGI integration was not setting url.path on streamed request spans. Add it by combining root_path and path from the ASGI scope, which correctly handles sub-mounted apps where root_path is non-empty.
Fixes PY-2551
Fixes #6651