We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
maxRequestBodySize
medium
1 parent e30e35f commit b03ba6cCopy full SHA for b03ba6c
develop-docs/sdk/expected-features/index.mdx
@@ -538,9 +538,9 @@ Ability for the SDK to attach request body to events and triggered during the ex
538
User should be able to set a configuration option `maxRequestBodySize` to instruct SDK how big requests bodies should be attached.
539
SDK controls what is an actual size in bytes for each option:
540
541
-- `none` (default)
+- `none`
542
- `small` - `1000` bytes
543
-- `medium` - `10000` bytes
+- `medium` - `10000` bytes (default)
544
- `always`
545
546
## Log context
0 commit comments