feat(preprod): Add App Clip artifact support to size checks#108676
Merged
cameroncooke merged 3 commits intomasterfrom Feb 23, 2026
Merged
feat(preprod): Add App Clip artifact support to size checks#108676cameroncooke merged 3 commits intomasterfrom
cameroncooke merged 3 commits intomasterfrom
Conversation
Add App Clip artifact type support to preprod settings and build details UI so users can select App Clip checks and see App Clip size breakdowns alongside main app and watch values. Refs LINEAR-EME-811
Add APP_CLIP_ARTIFACT throughout preprod size-analysis models, rule filtering, status check rendering, and backend tests. This enables App Clip components from Launchpad to be ingested, evaluated in VCS size rules, and rendered consistently with existing Watch app patterns. Also updates status-check summary wording to use component-centric text. Refs LINEAR-EME-811
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Feb 20, 2026
cameroncooke
added a commit
that referenced
this pull request
Feb 23, 2026
Add App Clip support to Sentry preprod frontend surfaces. This updates the mobile build UI so App Clip metrics are represented consistently with existing component patterns: - add `APP_CLIP_ARTIFACT = 3` to frontend preprod size metric types - add App Clip as a selectable artifact type in status-check rule settings - update build details metric cards to include App Clip in component breakdown tooltips while preserving main metric card values - rename breakdown naming for clarity (`componentBreakdown`) Merge/deploy ordering for EME-811: 1) Merge/deploy this frontend PR first 2) Then merge/deploy backend support (PR #108676) 3) Then merge/deploy Launchpad emitter changes <img width="647" height="276" alt="Screenshot 2026-02-19 at 16 10 50" src="https://github.com/user-attachments/assets/40db1abf-f692-4a91-92f6-b92c489fb171" /> Refs EME-811
Contributor
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
mchen-sentry
pushed a commit
that referenced
this pull request
Feb 24, 2026
Add App Clip support to Sentry preprod frontend surfaces. This updates the mobile build UI so App Clip metrics are represented consistently with existing component patterns: - add `APP_CLIP_ARTIFACT = 3` to frontend preprod size metric types - add App Clip as a selectable artifact type in status-check rule settings - update build details metric cards to include App Clip in component breakdown tooltips while preserving main metric card values - rename breakdown naming for clarity (`componentBreakdown`) Merge/deploy ordering for EME-811: 1) Merge/deploy this frontend PR first 2) Then merge/deploy backend support (PR #108676) 3) Then merge/deploy Launchpad emitter changes <img width="647" height="276" alt="Screenshot 2026-02-19 at 16 10 50" src="https://github.com/user-attachments/assets/40db1abf-f692-4a91-92f6-b92c489fb171" /> Refs EME-811
mchen-sentry
pushed a commit
that referenced
this pull request
Feb 24, 2026
Add backend App Clip artifact support across preprod size checks. This wires App Clip through the backend size-analysis and VCS check pipeline: - extend `PreprodArtifactSizeMetrics.MetricsArtifactType` with `APP_CLIP_ARTIFACT` - add status check rule type mapping/filtering for app clips - render App Clip in status-check templates following existing Watch-style labeling conventions - update status-check copy to component-centric wording - add/adjust tests for model parsing, task ingestion, status-check filtering, templates, and webhook payload expectations Stack context: - base/frontend dependency: PR #108675 Merge/deploy ordering for EME-811: 1) Frontend first (PR #108675) 2) Backend (this PR) 3) Launchpad emitter changes last <img width="764" height="462" alt="Screenshot 2026-02-19 at 16 11 02" src="https://github.com/user-attachments/assets/cc5cd77e-2ed7-40ff-ac26-4b524f5216fe" /> Refs EME-811
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Add backend App Clip artifact support across preprod size checks.
This wires App Clip through the backend size-analysis and VCS check pipeline:
PreprodArtifactSizeMetrics.MetricsArtifactTypewithAPP_CLIP_ARTIFACTStack context:
Merge/deploy ordering for EME-811:
Refs EME-811