Skip to content

fix(aiohttp): Gate server request query_string via data_collection option - #7300

Merged
ericapisani merged 2 commits into
masterfrom
py-2752-gate-aiohttp-query-string
Aug 31, 2026
Merged

fix(aiohttp): Gate server request query_string via data_collection option#7300
ericapisani merged 2 commits into
masterfrom
py-2752-gate-aiohttp-query-string

Conversation

@ericapisani

Copy link
Copy Markdown
Member

Filter the request event's query_string through the url_query_params data_collection behaviour, mirroring the existing gating for the client span's url.query attribute.

Fixes PY-2752
Fixes #7299

…tion

Filter the request event's query_string through the
url_query_params data_collection behaviour, mirroring the
existing gating for the client span's url.query attribute.

Fixes PY-2752
Fixes #7299
@ericapisani
ericapisani requested a review from a team as a code owner August 28, 2026 19:19
@linear-code

linear-code Bot commented Aug 28, 2026

Copy link
Copy Markdown

PY-2752

@github-actions

github-actions Bot commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

Codecov Results 📊

119355 passed | ⏭️ 6762 skipped | Total: 126117 | Pass Rate: 94.64% | Execution Time: 426m 28s

📊 Comparison with Base Branch

Metric Change
Total Tests 📈 +99
Passed Tests 📈 +99
Failed Tests
Skipped Tests

All tests are passing successfully.

✅ Patch coverage is 100.00%. Project has 2485 uncovered lines.
✅ Project coverage is 90.3%. Comparing base (base) to head (head).

Coverage diff
@@            Coverage Diff             @@
##          main       #PR       +/-##
==========================================
+ Coverage    90.27%    90.30%    +0.03%
==========================================
  Files          193       193         —
  Lines        25604     25609        +5
  Branches      9442      9448        +6
==========================================
+ Hits         23112     23124       +12
- Misses        2492      2485        -7
- Partials      1435      1435         —

Generated by Codecov Action

@ericapisani
ericapisani merged commit 61db0dc into master Aug 31, 2026
144 checks passed
@ericapisani
ericapisani deleted the py-2752-gate-aiohttp-query-string branch August 31, 2026 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Gate aiohttp query string in error event on data collection

2 participants