From b031b2a71a1977d4c3ef92caedfa5b6faafe7b16 Mon Sep 17 00:00:00 2001 From: Lorenzo Cian Date: Fri, 14 Feb 2025 14:34:57 +0100 Subject: [PATCH] Update `maxRequestBodySize` default to `medium` This option is set to `medium` by default in (almost) all of the SDKs --- develop-docs/sdk/expected-features/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/develop-docs/sdk/expected-features/index.mdx b/develop-docs/sdk/expected-features/index.mdx index 47b1499e0a00af..feeacca998271e 100644 --- a/develop-docs/sdk/expected-features/index.mdx +++ b/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 User should be able to set a configuration option `maxRequestBodySize` to instruct SDK how big requests bodies should be attached. SDK controls what is an actual size in bytes for each option: -- `none` (default) +- `none` - `small` - `1000` bytes -- `medium` - `10000` bytes +- `medium` - `10000` bytes (default) - `always` ## Log context