Commit 0b093b3
fix(debug-files): Run all processing steps with
According to the docs, `--no-upload` is supposed to "run all steps for
the processing", but currently it exits early and doesn't actually do
any searching for debug files.
This PR defers the exit until _right_ before files are actually
uploaded, which makes the command actually output helpful information
for troubleshooting.
---------
Co-authored-by: Daniel Szoke <daniel.szoke@sentry.io>--no-upload (#2693)1 parent c5d840d commit 0b093b3
File tree
4 files changed
+24
-6
lines changed- src
- commands/debug_files
- utils/dif_upload
- tests/integration
- _cases/debug_files/upload
- debug_files
4 files changed
+24
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
| 273 | + | |
273 | 274 | | |
274 | 275 | | |
275 | 276 | | |
| |||
288 | 289 | | |
289 | 290 | | |
290 | 291 | | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | 292 | | |
297 | 293 | | |
298 | 294 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1254 | 1254 | | |
1255 | 1255 | | |
1256 | 1256 | | |
| 1257 | + | |
| 1258 | + | |
| 1259 | + | |
| 1260 | + | |
| 1261 | + | |
1257 | 1262 | | |
1258 | 1263 | | |
1259 | 1264 | | |
| |||
1359 | 1364 | | |
1360 | 1365 | | |
1361 | 1366 | | |
| 1367 | + | |
| 1368 | + | |
| 1369 | + | |
| 1370 | + | |
1362 | 1371 | | |
1363 | 1372 | | |
1364 | 1373 | | |
| |||
1448 | 1457 | | |
1449 | 1458 | | |
1450 | 1459 | | |
| 1460 | + | |
1451 | 1461 | | |
1452 | 1462 | | |
1453 | 1463 | | |
| |||
1488 | 1498 | | |
1489 | 1499 | | |
1490 | 1500 | | |
| 1501 | + | |
1491 | 1502 | | |
1492 | 1503 | | |
1493 | 1504 | | |
| |||
1599 | 1610 | | |
1600 | 1611 | | |
1601 | 1612 | | |
| 1613 | + | |
| 1614 | + | |
| 1615 | + | |
| 1616 | + | |
| 1617 | + | |
| 1618 | + | |
| 1619 | + | |
| 1620 | + | |
1602 | 1621 | | |
1603 | 1622 | | |
1604 | 1623 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
| 161 | + | |
161 | 162 | | |
162 | 163 | | |
163 | 164 | | |
| |||
0 commit comments