Skip to content

fix(insights): Fix user and replay columns not displaying properly in Webvitals EAP #91572

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 14, 2025

Conversation

edwardgou-sentry
Copy link
Contributor

@edwardgou-sentry edwardgou-sentry commented May 13, 2025

Fixes and issue where user and replay columns on the EAP dataset in Webvitals wasn't displaying properly. This is because there no longer exists a field that coalesces on multiple user.* columns in the api, so we handle this in the frontend by querying all user columns and coalesce ourselves. Same for replay ids.

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label May 13, 2025
@edwardgou-sentry edwardgou-sentry changed the title fix(insights): coalesce user and replay id in the frontend fix(insights): Fix user and replay columns not displaying properly in Webvitals EAP May 13, 2025
@edwardgou-sentry edwardgou-sentry marked this pull request as ready for review May 13, 2025 21:21
@edwardgou-sentry edwardgou-sentry requested a review from a team as a code owner May 13, 2025 21:21
@edwardgou-sentry edwardgou-sentry requested a review from a team May 13, 2025 21:21
@edwardgou-sentry edwardgou-sentry merged commit 7a70629 into master May 14, 2025
42 checks passed
@edwardgou-sentry edwardgou-sentry deleted the egou/fix/web-vitals-samples-user-replay-eap branch May 14, 2025 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants