Skip to content

feat(data_collection): Support outgoing_response in http_bodies for GraphQL - #7296

Open
ericapisani wants to merge 1 commit into
masterfrom
py-2750-support-outgoing-response-datacollection
Open

feat(data_collection): Support outgoing_response in http_bodies for GraphQL#7296
ericapisani wants to merge 1 commit into
masterfrom
py-2750-support-outgoing-response-datacollection

Conversation

@ericapisani

Copy link
Copy Markdown
Member

Ariadne and Strawberry now gate response body capture on the outgoing_response http_bodies option, falling back to send_default_pii when data_collection isn't configured.

Fixes PY-2750
Fixes #7294

…raphQL

Ariadne and Strawberry now gate response body capture on the
`outgoing_response` http_bodies option, falling back to
send_default_pii when data_collection isn't configured.

Fixes PY-2750
Fixes #7294
@ericapisani
ericapisani requested a review from a team as a code owner August 28, 2026 18:57
@linear-code

linear-code Bot commented Aug 28, 2026

Copy link
Copy Markdown

PY-2750

@github-actions

Copy link
Copy Markdown
Contributor

Codecov Results 📊

119172 passed | ⏭️ 6762 skipped | Total: 125934 | Pass Rate: 94.63% | Execution Time: 434m 53s

📊 Comparison with Base Branch

Metric Change
Total Tests 📈 +112
Passed Tests 📈 +112
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.30%    90.30%        —%
==========================================
  Files          193       193         —
  Lines        25601     25609        +8
  Branches      9436      9440        +4
==========================================
+ Hits         23116     23124        +8
- Misses        2485      2485         —
- Partials      1435      1435         —

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.

Support 'outgoing_response' option in http_bodies data collection setting

1 participant