Skip to content

Conversation

suejung-sentry
Copy link
Member

[DO NOT MERGE] - For demo only

@suejung-sentry suejung-sentry requested a review from a team as a code owner October 8, 2025 19:20
@suejung-sentry suejung-sentry removed the request for review from a team October 8, 2025 19:20
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Oct 8, 2025
@suejung-sentry suejung-sentry changed the base branch from master to sshin/demo-base October 8, 2025 19:21
cursor[bot]

This comment was marked as outdated.

@suejung-sentry
Copy link
Member Author

@sentry generate-test

@suejung-sentry
Copy link
Member Author

@sentry review

Comment on lines +30 to +47
const sensitivityOptions: SensitivityOption[] = [
{value: 'low', label: 'Low', details: 'Post all potential issues for maximum breadth.'},
{
value: 'medium',
label: 'Medium',
details: 'Post likely issues for a balance of thoroughness and noise.',
},
{
value: 'high',
label: 'High',
details: 'Post only major issues to highlight most impactful findings.',
},
{
value: 'critical',
label: 'Critical',
details: 'Post only high-impact, high-sensitivity issues for maximum focus.',
},
];
Copy link
Contributor

Choose a reason for hiding this comment

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

The sensitivity options contain hardcoded English strings that should be internationalized using the t() function for proper localization support. This is especially important for user-facing text like labels and descriptions.

Did we get this right? 👍 / 👎 to inform future reviews.

@getsentry getsentry deleted a comment from codecov bot Oct 8, 2025
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