Skip to content

feat(wsgi): Gate request body collection on data_collection option - #7212

Open
ericapisani wants to merge 1 commit into
masterfrom
py-2419-request-body-flask
Open

feat(wsgi): Gate request body collection on data_collection option#7212
ericapisani wants to merge 1 commit into
masterfrom
py-2419-request-body-flask

Conversation

@ericapisani

@ericapisani ericapisani commented Aug 14, 2026

Copy link
Copy Markdown
Member

Refs PY-2419
Refs #6283

Gate incoming request body attachment to the data_collection["http_bodies"]
config when data collection is enabled. Prior to data collection being
implemented, request bodies were unconditionally attached; default to True
to maintain backward compatibility when the feature is not in use.

Refs PY-2419
Refs #6283
@ericapisani
ericapisani requested a review from a team as a code owner August 14, 2026 20:33
@linear-code

linear-code Bot commented Aug 14, 2026

Copy link
Copy Markdown

PY-2419

@github-actions

github-actions Bot commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

Codecov Results 📊

113360 passed | ⏭️ 6769 skipped | Total: 120129 | Pass Rate: 94.37% | Execution Time: 414m 55s

📊 Comparison with Base Branch

Metric Change
Total Tests 📈 +206
Passed Tests 📈 +203
Failed Tests 📉 -1
Skipped Tests 📈 +4

➖ Removed Tests (1)

View removed tests
  • test_span_streaming_quart_auth_user_id[42-True]
    • File: tests.integrations.quart.test_quart

All tests are passing successfully.

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

Coverage diff
@@            Coverage Diff             @@
##          main       #PR       +/-##
==========================================
+ Coverage    90.21%    90.21%        —%
==========================================
  Files          193       193         —
  Lines        25423     25426        +3
  Branches      9336      9338        +2
==========================================
+ Hits         22933     22936        +3
- Misses        2490      2490         —
- Partials      1436      1437        +1

Generated by Codecov Action

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.

1 participant