Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions docs/platforms/javascript/common/configuration/options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -443,14 +443,6 @@ Set this option to `false` to disable the native SDK. This will disable all nati

</SdkOption>

<SdkOption name="autoInitializeNativeSdk" type='boolean' defaultValue='true'>

Set this option to `false` to disable the auto initialization of the native layer SDK. Doing so means you will need to initialize the native SDK manually. Do not use this to disable the native layer.

To disable the native layer, use [enableNative](#enableNative).

</SdkOption>

<SdkOption name="enableAutoSessionTracking" type='boolean' defaultValue='true'>

Set this option to `false` to disable the [release health](/product/releases/health/) feature.
Expand Down
Loading