File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -150,6 +150,12 @@ sense to specify `--wait` to ensure that debug files are ready before sending
150
150
crashes to Sentry. This may slow down the command and is not recommended for
151
151
CI builds.
152
152
153
+ ` --no-upload `
154
+
155
+ : Disables the actual upload. This runs all steps for the processing but does
156
+ not trigger the upload (this also automatically disables reprocessing). This is
157
+ useful if you just want to verify the setup or skip the upload in tests.
158
+
153
159
` --no-unwind `
154
160
155
161
: Do not scan for stack unwinding information. Specify this flag for builds with
@@ -291,7 +297,7 @@ meantime trigger reprocessing from the UI.
291
297
` --no-upload `
292
298
293
299
: Disables the actual upload. This runs all steps for the processing but does
294
- not trigger the upload (this also automatically disables reprocessing. This is
300
+ not trigger the upload (this also automatically disables reprocessing) . This is
295
301
useful if you just want to verify the mapping files and write the ProGuard
296
302
UUIDs into a properties file.
297
303
You can’t perform that action at this time.
0 commit comments