Skip to content

Commit d09bb97

Browse files
committed
code review fixes
1 parent 1c57ee9 commit d09bb97

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/platforms/common/configuration/options.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,9 @@ Sentry SDKs normalize any contextual data to a given depth. Any data beyond this
356356

357357
</ConfigKey>
358358

359-
<ConfigKey name="normalize-max-breadth" supported={["javascript", "node"]}>
359+
<ConfigKey name="normalize-max-breadth" supported={["javascript", "node"]} notSupported={["react-native", "electron"]}>
360+
361+
_(New in version 6.19.1)_
360362

361363
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)
362364

0 commit comments

Comments
 (0)