Commit da847d2
feat(snapshot): Register sentryUploadSnapshots for all variants (#1135)
* feat(snapshot): Register sentryUploadSnapshots for all variants
The sentryUploadSnapshots task is now registered outside the variant
filter so it is available for all variants, including those in
ignoredVariants/ignoredBuildTypes/ignoredFlavors. Since this task is
never auto-wired to assemble/bundle tasks and must be explicitly
invoked, there is no risk of accidental uploads for ignored variants.
Telemetry is passed as null since it is configured per-variant inside
the filter block and the register function already supports nullable
telemetry.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix: Apply spotless formatting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 25070c3 commit da847d2
1 file changed
Lines changed: 3 additions & 11 deletions
Lines changed: 3 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
| 82 | + | |
81 | 83 | | |
82 | 84 | | |
83 | 85 | | |
| |||
142 | 144 | | |
143 | 145 | | |
144 | 146 | | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | 147 | | |
155 | 148 | | |
156 | 149 | | |
| |||
465 | 458 | | |
466 | 459 | | |
467 | 460 | | |
468 | | - | |
469 | 461 | | |
470 | 462 | | |
471 | 463 | | |
| |||
476 | 468 | | |
477 | 469 | | |
478 | 470 | | |
479 | | - | |
| 471 | + | |
480 | 472 | | |
481 | 473 | | |
482 | 474 | | |
| |||
0 commit comments