Skip to content

feat(preprod): Add App Clip artifact support to size checks#108676

Merged
cameroncooke merged 3 commits intomasterfrom
feat/eme-811-app-clip-backend
Feb 23, 2026
Merged

feat(preprod): Add App Clip artifact support to size checks#108676
cameroncooke merged 3 commits intomasterfrom
feat/eme-811-app-clip-backend

Conversation

@cameroncooke
Copy link

@cameroncooke cameroncooke commented Feb 20, 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:

Merge/deploy ordering for EME-811:

  1. Frontend first (PR feat(preprod): Add App Clip options to size analysis UI #108675)
  2. Backend (this PR)
  3. Launchpad emitter changes last
Screenshot 2026-02-19 at 16 11 02

Refs EME-811

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
@cameroncooke cameroncooke requested a review from a team as a code owner February 20, 2026 11:35
@linear
Copy link

linear bot commented Feb 20, 2026

Copy link
Author

cameroncooke commented Feb 20, 2026

@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Feb 20, 2026
Copy link
Contributor

@chromy chromy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thanks!

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
Base automatically changed from feat/eme-811-app-clip-frontend to master February 23, 2026 15:18
Copy link
Contributor

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@cameroncooke cameroncooke merged commit 2163c93 into master Feb 23, 2026
82 checks passed
@cameroncooke cameroncooke deleted the feat/eme-811-app-clip-backend branch February 23, 2026 16:49
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants