Skip to content

Commit 0db8b69

Browse files
authored
chore(android): Mention autoUploadNativeSymbols option (#7489)
1 parent 6b1605b commit 0db8b69

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/platforms/android/configuration/gradle.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@ sentry {
8888
// Default is disabled.
8989
uploadNativeSymbols = false
9090
91+
// Whether the plugin should attempt to auto-upload the native debug symbols to Sentry or not.
92+
// If disabled the plugin will run a dry-run.
93+
// Default is enabled.
94+
autoUploadNativeSymbols = true
95+
9196
// Does or doesn't include the source code of native code for Sentry.
9297
// This executes sentry-cli with the --include-sources param. automatically so
9398
// you don't need to do it manually.
@@ -177,6 +182,11 @@ sentry {
177182
// Default is disabled.
178183
uploadNativeSymbols.set(false)
179184

185+
// Whether the plugin should attempt to auto-upload the native debug symbols to Sentry or not.
186+
// If disabled the plugin will run a dry-run.
187+
// Default is enabled.
188+
autoUploadNativeSymbols.set(true)
189+
180190
// Does or doesn't include the source code of native code for Sentry.
181191
// This executes sentry-cli with the --include-sources param. automatically so
182192
// you don't need to do it manually.

0 commit comments

Comments
 (0)