Commit e932604
build: upload prototype source maps under the embedded release
Prototype builds set `VERSION_SHORT` to `pr_or_branch`, so the app's runtime
Sentry release is `<app_identifier>@<pr_or_branch>+<build_number>` (e.g.
`com.jetpack.alpha@PR #25800+33210`). The source-map uploads were keyed to
`release_version_current` (the marketing version, e.g. `27.0`), which never
matches that runtime release — so prototype-build events stayed unsymbolicated.
Pass `pr_or_branch` as the release version for both the GutenbergKit and the
existing React Native source-map uploads on prototype builds. This fixes
GutenbergKit symbolication and also a pre-existing gap in the React Native
prototype upload.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 1a9b4d0 commit e932604
1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
536 | 536 | | |
537 | 537 | | |
538 | 538 | | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
539 | 545 | | |
540 | 546 | | |
541 | | - | |
| 547 | + | |
542 | 548 | | |
543 | 549 | | |
544 | 550 | | |
545 | 551 | | |
546 | 552 | | |
547 | 553 | | |
548 | | - | |
| 554 | + | |
549 | 555 | | |
550 | 556 | | |
551 | 557 | | |
| |||
0 commit comments