| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
The `url.full` attribute was only being set to the base URL (scheme + host + path), omitting query string and fragment. This affected aiohttp (server and client), httpx, httpx2, and WSGI integrations. ASGI and Quart were already correct. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Codecov Results 📊✅ 95314 passed | ❌ 1 failed | ⏭️ 6340 skipped | Total: 101655 | Pass Rate: 93.76% | Execution Time: 329m 27s 📊 Comparison with Base Branch
➕ New Tests (1)View new tests
❌ Failed Teststest_circular_references_span_streamingFile: tests.tracing.test_misc tests/tracing/test_misc.py:379: in test_circular_references_span_streaming
assert gc.collect() == 0
E assert 10 == 0
E + where 10 = <built-in function collect>()
E + where <built-in function collect> = gc.collect
✅ Patch coverage is 93.48%. Project has 2508 uncovered lines.
@@ Coverage Diff @@
## main #PR +/-##
==========================================
+ Coverage 89.68% 89.69% +0.01%
==========================================
Files 193 193 —
Lines 24285 24320 +35
Branches 8550 8570 +20
==========================================
+ Hits 21779 21812 +33
- Misses 2506 2508 +2
- Partials 1393 1393 —Generated by Codecov Action |
Sorry, something went wrong.
…y/fragment Resolved merge conflict in the client streaming path to combine query/fragment appending with the data_collection gate. Fixed a bug in the server-side should_send_default_pii path where url_full was referenced before assignment. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Nice!
Sorry, something went wrong.
…etsentry#6861) The `url.full` span attribute was only being set to the base URL (scheme + host + path), omitting query string and fragment. Closes getsentry#6860 --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
| Back | FazBrowse Home | New Git URL |
The url.full span attribute was only being set to the base URL (scheme + host + path), omitting query string and fragment.
Closes #6860