Skip to content

Commit 2e34fcf

Browse files
authored
fixes SAGP Expo plugin default option values (#12825)
1 parent fdde777 commit 2e34fcf

File tree

1 file changed

+3
-3
lines changed
  • docs/platforms/react-native/manual-setup/expo

1 file changed

+3
-3
lines changed

Diff for: docs/platforms/react-native/manual-setup/expo/gradle.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -74,16 +74,16 @@ Experimental flag to turn on support for GuardSquare's tools integration (Dexgua
7474

7575
### uploadNativeSymbols
7676

77-
Disables or enables the automatic configuration of Native Symbols for Sentry. This executes sentry-cli automatically so you don't need to do it manually. Default is disabled.
77+
Disables or enables the automatic configuration of Native Symbols for Sentry. This executes sentry-cli automatically so you don't need to do it manually. Default is enabled.
7878

7979
### autoUploadNativeSymbols
8080

8181
Defines whether the plugin should attempt to auto-upload the native debug symbols to Sentry or not. If disabled the plugin will run a dry-run. Default is enabled.
8282

8383
### includeNativeSources
8484

85-
Does or doesn't include the source code of native code for Sentry. This executes sentry-cli with the --include-sources param. automatically so you don't need to do it manually. This option has an effect only when `uploadNativeSymbols` is enabled. Default is disabled.
85+
Does or doesn't include the source code of native code for Sentry. This executes sentry-cli with the --include-sources param. automatically so you don't need to do it manually. This option has an effect only when `uploadNativeSymbols` is enabled. Default is enabled.
8686

8787
### includeSourceContext
8888

89-
Generates a JVM (Java, Kotlin, etc.) source bundle and uploads your source code to Sentry. This enables source context, allowing you to see your source code as part of your stack traces in Sentry.
89+
Generates a JVM (Java, Kotlin, etc.) source bundle and uploads your source code to Sentry. This enables source context, allowing you to see your source code as part of your stack traces in Sentry. Default is disabled.

0 commit comments

Comments
 (0)