Skip to content
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

fix(replay): Update text to reflect replay count #75023

Merged
merged 4 commits into from
Jul 26, 2024

Conversation

c298lee
Copy link
Member

@c298lee c298lee commented Jul 25, 2024

We are getting a replay count instead of a user count, so updating the text to reflect that.

Fixes #74751

@c298lee c298lee requested a review from a team July 25, 2024 21:29
@c298lee c298lee requested a review from a team as a code owner July 25, 2024 21:29
@c298lee c298lee requested a review from jas-kas July 25, 2024 21:29
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jul 25, 2024
Copy link

codecov bot commented Jul 25, 2024

Bundle Report

Changes will increase total bundle size by 13.47kB ⬆️

Bundle name Size Change
app-webpack-bundle-array-push 28.4MB 13.47kB ⬆️

@@ -270,9 +270,8 @@ function GroupReplaysTable({
<ReplayCountHeader>
<IconUser size="sm" />
{t(
'Replay captured %s experiencing this issue across %s.',
tn('%s user', '%s users', replayCount ?? 0),
tn('%s event', '%s events', group.count)
Copy link
Member

Choose a reason for hiding this comment

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

why did we get rid of this line?

Copy link
Member Author

Choose a reason for hiding this comment

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

I wasn't sure how to word it properly with the events count, updated to bring it back, lmk if you have any suggestions

Copy link
Member

Choose a reason for hiding this comment

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

with @jas-kas 's suggestion i think it sounds fine!

@c298lee c298lee enabled auto-merge (squash) July 26, 2024 17:49
@c298lee c298lee merged commit 0072c05 into master Jul 26, 2024
42 checks passed
@c298lee c298lee deleted the cl/user-count-to-replay branch July 26, 2024 18:01
@github-actions github-actions bot locked and limited conversation to collaborators Aug 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Mobile Replay] Issue Detail Tab: Incorrect number of Users
3 participants