diff --git a/src/platforms/common/configuration/options.mdx b/src/platforms/common/configuration/options.mdx index 3b12e7c1047c4..28ebec45edf2d 100644 --- a/src/platforms/common/configuration/options.mdx +++ b/src/platforms/common/configuration/options.mdx @@ -177,7 +177,7 @@ Grouping in Sentry is different for events with stack traces and without. As a r - + If this flag is enabled, certain personally identifiable information (PII) is added by active integrations. By default, no such data is sent. @@ -459,7 +459,7 @@ The default is `1` (one) second. - + Controls how many seconds to wait before shutting down. Sentry SDKs send events from a background queue. This queue is given a certain amount to drain pending events. The default is SDK specific but typically around two seconds. Setting this value too low may cause problems for sending events from command line applications. Setting the value too high will cause the application to block for a long time for users experiencing network connectivity problems. @@ -509,4 +509,58 @@ You should follow the [guide to native initialization](/platforms/react-native/m + + +Set this boolean to `false` to disable hard crash handling from the native layer. Doing so means that the SDK won't capture events for hard crashes on Android and iOS if the error was caused by native code. + + + + + +Set this boolean to `false` to disable the native nagger alert being shown. + + + + + +Set this boolean to `false` to disable the [release health](/product/releases/health/) feature. + + + + + +Set this to change the default interval to end a session (release health) if the app goes to the background. Default is 30,000. + + + + + +Set this boolean to `false` to disable the scope sync from Java to NDK on Android. + + + + + +Set this boolean to `true` to automatically attach all threads to all logged events on Android. + + + + + +Set this boolean to `false` to disable auto [performance monitoring](/product/performance/) tracking. + + + + + +Set this boolean to `false` to disable [out of memory](/platforms/apple/guides/ios/configuration/out-of-memory/) tracking on iOS. + + + + + +Set this callback, which is called after the Sentry React Native SDK initializes its Native SDKs (Android and iOS). + + +