Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
Mention request/response bodies for GraphQL should be guarded by a fl…
Browse files Browse the repository at this point in the history
…ag (#1003)

Co-authored-by: Manoel Aranda Neto <5731772+marandaneto@users.noreply.github.com>
  • Loading branch information
adinauer and marandaneto authored Jul 27, 2023
1 parent 5147a29 commit 3c0c82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/sdk/features.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ Required fields for the Response interface:
}
```

The `data` field is a JSON object that contains the GraphQL response payload.
The `data` field is a JSON object that contains the GraphQL response payload. Attaching request and response bodies should be guarded by `sendDefaultPii` and/or another flag to opt-in (e.g. `captureFailedRequests`).

Required fields for the Event interface:

Expand Down

1 comment on commit 3c0c82b

@vercel
Copy link

@vercel vercel bot commented on 3c0c82b Jul 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

develop – ./

develop-git-master.sentry.dev
develop.sentry.dev

Please sign in to comment.