Skip to content

Release 5.3.0 - #445

Open
ghengeveld wants to merge 13 commits into
mainfrom
next
Open

Release 5.3.0#445
ghengeveld wants to merge 13 commits into
mainfrom
next

Conversation

shilman and others added 12 commits June 11, 2026 23:51
The share flow emitted telemetry from the uploading step onward, leaving
the welcome, sign-in, and SSO subdomain screens dark — no way to measure
drop-off before publish/auth. Emit share-welcome-viewed,
share-signin-viewed, and share-sso-viewed once per screen entry, skipped
when signed in since those screens auto-skip to uploading.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Add view telemetry for top-of-funnel share screens
Fetch deviceScaleFactor from the public API and scale snapshot dimensions
using the same logic as the Chromatic webapp, with a story using a real
DPR 2 capture fixture.
Drop React Native platform DPI logic and getCapturedPixelRatio; VTA only
needs getDisplayImageSize with deviceScaleFactor from the public API.
Render DPR 2 snapshots at the correct display size
Stop polling with misconfigured projectIds (often a project token)
that throw in the public API ObjectId constructor and spam Sentry.
@ghengeveld ghengeveld added release Auto: Create a `latest` release when merged minor Auto: Increment the minor version when merged labels Jul 28, 2026
@ghengeveld ghengeveld self-assigned this Jul 28, 2026
@ghengeveld ghengeveld changed the title Release Release v5.3.0 Jul 28, 2026
@ghengeveld ghengeveld changed the title Release v5.3.0 Release 5.3.0 Jul 28, 2026
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v7

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

For security reasons, it's recommended to pick an exact SHA, can't say that's very convenient, I agree, but it's necessary nowadays.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

@copilot can you address this?

Comment thread src/gql/gql.ts

Copilot AI commented Jul 29, 2026

Copy link
Copy Markdown

@ghengeveld I can’t apply these changes because the pull request’s branch is the repository’s default branch, which I’m not allowed to push to directly.

You can ask me to create a new pull request with the requested changes instead and I'll open a separate PR on a new branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor Auto: Increment the minor version when merged release Auto: Create a `latest` release when merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants