Skip to content

Commit 5d75755

Browse files
committed
apply code review suggestions
1 parent c315d12 commit 5d75755

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/platforms/common/configuration/options.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -352,13 +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 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.
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 three levels deep.
356356

357357
</ConfigKey>
358358

359-
<ConfigKey name="normalize-max-depth" supported={["javascript", "node"]}>
359+
<ConfigKey name="normalize-max-breadth" supported={["javascript", "node"]}>
360360

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)
361+
This is the maximum number of properties or entries that 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)
362362

363363
</ConfigKey>
364364

0 commit comments

Comments
 (0)