Skip to content

Commit

Permalink
feat: Add php max_request_body_size (#1281)
Browse files Browse the repository at this point in the history
* feat: Add php max_request_body_size

* Update src/collections/_documentation/platforms/php/index.md

Co-Authored-By: Kamil Ogórek <[email protected]>
  • Loading branch information
HazAT and kamilogorek committed Oct 28, 2019
1 parent f0a839f commit eb116a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/collections/_documentation/platforms/php/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,12 @@ The number of attempts that should be made to send an event before erroring
and dropping it from the queue.
By default this option is set to `6`.


##### max_request_body_size

This option represents the size limit in bytes beyond which the body of the request is not captured. The default value is `medium`. Possible values are `none` = never send body, `small`, `medium`, `always` = always send the body, no matter how large it is.
The values are chosen like this on purpose since the SDK internally can define what the exact limits are.

### Transport

Sentry PHP is not tied to any specific library that sends HTTP messages. Instead,
Expand Down

0 comments on commit eb116a9

Please sign in to comment.