Skip to content

fix(conversations): use user ID as display-name fallback - #120756

Open
fallintoplace wants to merge 1 commit into
getsentry:masterfrom
fallintoplace:fix/conversation-user-id-fallback
Open

fix(conversations): use user ID as display-name fallback#120756
fallintoplace wants to merge 1 commit into
getsentry:masterfrom
fallintoplace:fix/conversation-user-id-fallback

Conversation

@fallintoplace

Copy link
Copy Markdown

Summary

  • use the user ID as the final conversation display-name fallback
  • preserve the existing email, username, and IP address priority
  • cover ID-only users with a focused regression test

Why

ID-only users are valid conversation users, but the display helper ignored the ID field. These users therefore rendered as an unexplained dash even though identifying data was available.

Testing

  • pnpm exec jest static/app/views/explore/conversations/components/conversationsTable.spec.tsx --runInBand
  • pnpm exec oxfmt --check static/app/views/explore/conversations/components/conversationsTable.tsx static/app/views/explore/conversations/components/conversationsTable.spec.tsx
  • pnpm exec eslint static/app/views/explore/conversations/components/conversationsTable.tsx static/app/views/explore/conversations/components/conversationsTable.spec.tsx

@fallintoplace
fallintoplace requested a review from a team as a code owner July 28, 2026 17:01
@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jul 28, 2026
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.

1 participant