Skip to content

Commit b03ba6c

Browse files
authored
Update maxRequestBodySize default to medium (#12728)
This option is set to `medium` by default in (almost) all of the SDKs
1 parent e30e35f commit b03ba6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

develop-docs/sdk/expected-features/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -538,9 +538,9 @@ Ability for the SDK to attach request body to events and triggered during the ex
538538
User should be able to set a configuration option `maxRequestBodySize` to instruct SDK how big requests bodies should be attached.
539539
SDK controls what is an actual size in bytes for each option:
540540

541-
- `none` (default)
541+
- `none`
542542
- `small` - `1000` bytes
543-
- `medium` - `10000` bytes
543+
- `medium` - `10000` bytes (default)
544544
- `always`
545545

546546
## Log context

0 commit comments

Comments
 (0)