File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
src/platforms/android/configuration Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,11 @@ sentry {
88
88
// Default is disabled.
89
89
uploadNativeSymbols = false
90
90
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
+
91
96
// Does or doesn't include the source code of native code for Sentry.
92
97
// This executes sentry-cli with the --include-sources param. automatically so
93
98
// you don't need to do it manually.
@@ -177,6 +182,11 @@ sentry {
177
182
// Default is disabled.
178
183
uploadNativeSymbols.set(false )
179
184
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
+
180
190
// Does or doesn't include the source code of native code for Sentry.
181
191
// This executes sentry-cli with the --include-sources param. automatically so
182
192
// you don't need to do it manually.
You can’t perform that action at this time.
0 commit comments