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

feat(replay): Read the has_viewed field on replay records and reflect that in the list #67951

Merged
merged 7 commits into from
Apr 11, 2024

Conversation

ryan953
Copy link
Member

@ryan953 ryan953 commented Mar 29, 2024

Depends on backend support for the new has_viewed field.

Follows the blueprint in https://github.com/getsentry/sentry/blob/master/src/sentry/replays/blueprints/api.md
Relates to https://github.com/getsentry/team-replay/issues/19
Relates to #64924

Depends on #68628

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Mar 29, 2024
@ryan953 ryan953 changed the title feat(replay): Read the has_seen field on replay records and reflect that in the list feat(replay): Read the has_viewed field on replay records and reflect that in the list Mar 29, 2024
@ryan953 ryan953 marked this pull request as ready for review April 10, 2024 17:23
@ryan953 ryan953 requested a review from a team as a code owner April 10, 2024 17:23
Comment on lines +378 to +379
<UserAvatar user={getUserBadgeUser(replay)} size={24} />
<SubText>
Copy link
Member

Choose a reason for hiding this comment

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

Does this look different than using UserBadge?

Copy link
Member

Choose a reason for hiding this comment

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

it's looking the same to me:

SCR-20240411-ivmn

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'll followup soon with some stories to differentiate the avatar stuff. There's too many components related to that :(

Copy link

codecov bot commented Apr 11, 2024

Bundle Report

Changes will increase total bundle size by 225.42kB ⬆️

Bundle name Size Change
sentry-webpack-bundle-array-push 26.3MB 225.42kB ⬆️

@ryan953 ryan953 requested a review from a team as a code owner April 11, 2024 21:11
@ryan953 ryan953 merged commit 7e2cea7 into master Apr 11, 2024
41 checks passed
@ryan953 ryan953 deleted the ryan953/replay-has_seen branch April 11, 2024 21:24
c298lee pushed a commit that referenced this pull request Apr 12, 2024
… that in the list (#67951)

Depends on backend support for the new `has_viewed` field.

Follows the blueprint in
https://github.com/getsentry/sentry/blob/master/src/sentry/replays/blueprints/api.md
Relates to getsentry/team-replay#19
Relates to #64924


Depends on #68628
ryan953 added a commit that referenced this pull request Apr 15, 2024
ryan953 added a commit that referenced this pull request Apr 16, 2024
ryan953 added a commit that referenced this pull request Apr 16, 2024
… seen (#68990)

This is a dupe of #68743, but
with a feature-flag wrapping it.

Depends on #67951

Relates to getsentry/team-replay#19
Relates to #64924
@github-actions github-actions bot locked and limited conversation to collaborators Apr 27, 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.

3 participants