Skip to content

Conversation

@aliu39
Copy link
Member

@aliu39 aliu39 commented May 9, 2025

Suggested follow up to #91269. These technically aren't tags but are searchable.

@aliu39 aliu39 requested a review from a team as a code owner May 9, 2025 23:11
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label May 9, 2025

export default function TagsSection({tags}: Props) {
const entries = Object.entries(tags);
const orderedEntries = orderBy(Object.entries(tags), ['key'], ['asc']);
Copy link
Member Author

Choose a reason for hiding this comment

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

previously no guarantee on order (tags is unordered)

Comment on lines -53 to -58
...(eventTags.some(e => e.key === 'environment')
? {environment: eventTags.find(e => e.key === 'environment')?.value}
: {}),
...(eventTags.some(e => e.key === 'transaction')
? {transaction: eventTags.find(e => e.key === 'transaction')?.value}
: {}),
Copy link
Member Author

Choose a reason for hiding this comment

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

Already covered by line 37-44

@aliu39 aliu39 merged commit 01b8cd2 into master May 21, 2025
42 checks passed
@aliu39 aliu39 deleted the aliu/feedback-geo-display branch May 21, 2025 18:26
andrewshie-sentry pushed a commit that referenced this pull request Jun 2, 2025
…betize tags (#91405)

Suggested follow up to #91269.
These technically aren't tags but are searchable.
@github-actions github-actions bot locked and limited conversation to collaborators Jun 6, 2025
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