Skip to content

Commit

Permalink
Note server http body size limit (#10561)
Browse files Browse the repository at this point in the history
* Note server http body size limit

Clarify user confusion [here](getsentry/sentry-python#3209 (comment)

* Update docs/platforms/python/configuration/options.mdx

Co-authored-by: Ivana Kellyer <[email protected]>

---------

Co-authored-by: Ivana Kellyer <[email protected]>
  • Loading branch information
szokeasaurusrex and sentrivana committed Jul 3, 2024
1 parent ddac3f2 commit 3a028db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/platforms/python/configuration/options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ This parameter controls whether integrations should capture HTTP request bodies.
- `medium`: Medium and small requests will be captured (typically 10KB).
- `always`: The SDK will always capture the request body as long as Sentry can make sense of it.

Please note that the Sentry server [limits HTTP request body size](https://develop.sentry.dev/sdk/data-handling/#variable-size). The server always enforces its size limit, regardless of how you configure this option.

</ConfigKey>

<ConfigKey name="max-value-length">
Expand Down

0 comments on commit 3a028db

Please sign in to comment.