Skip to content

Commit c315d12

Browse files
committed
add normalizeMaxBreadth option
1 parent bd31bc0 commit c315d12

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/platforms/common/configuration/options.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,13 @@ Maximum number of characters a single value can have before it will be truncated
352352

353353
<ConfigKey name="normalize-depth" supported={["javascript", "node"]}>
354354

355-
Sentry SDKs normalize any contextual data to a given depth. Any keys containing data with a structure deeper than this will be trimmed and marked using its type instead (`[Object]` or `[Array]`), without walking the tree any further. By default, walking is performed `3` levels deep.
355+
Sentry SDKs normalize any contextual data to a given depth. Any data beyond this depth will be trimmed and marked using its type instead (`[Object]` or `[Array]`), without walking the tree any further. By default, walking is performed `3` levels deep.
356+
357+
</ConfigKey>
358+
359+
<ConfigKey name="normalize-max-depth" supported={["javascript", "node"]}>
360+
361+
This is the maximum number of properties or entries which will be included in any given object or array when the SDK is normalizing contextual data. Any data beyond this depth will be dropped. (defaults to 1000)
356362

357363
</ConfigKey>
358364

0 commit comments

Comments
 (0)