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:50
@suejung-sentry suejung-sentry removed the request for review from a team October 8, 2025 19:50
@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:50
@suejung-sentry suejung-sentry changed the title feat(prevent): Add logaf sensitivity dropdown to ai config (#101040) feat(prevent): Add logaf sensitivity dropdown to ai config Oct 8, 2025
@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 sensitivityOptions array contains hardcoded English strings for labels and details. Consider using the t() function for internationalization to ensure these strings can be translated. This is especially important for user-facing text that explains feature behavior.

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

@JonasBa
Copy link
Member

JonasBa commented Oct 9, 2025

@suejung-sentry Looks like you don't intend to merge this. In that case, using a draft PR won't send notifications to folks for review :)

@suejung-sentry
Copy link
Member Author

@suejung-sentry Looks like you don't intend to merge this. In that case, using a draft PR won't send notifications to folks for review :)

@JonasBa, ah oops sorry is it spamming you?
Unfortunately I need it out of draft for the ai reviewer to kick in, and wanted it to look kinda real-looking for the demo. BTW apologies in advance but I may delete these 2 comments also for that reason (or create 1 more example PR duplicate of this one I can use)

& don't worry I'll close any dummy PRs after the demo next week!

@JonasBa
Copy link
Member

JonasBa commented Oct 9, 2025

Ah no worries :) I wonder if you could explicitly trigger the review workflow by tagging the agent then 🤔 Might be a good feature request for the team otherwise, as it sounds like something that you should be able to do

@suejung-sentry
Copy link
Member Author

Ah no worries :) I wonder if you could explicitly trigger the review workflow by tagging the agent then 🤔 Might be a good feature request for the team otherwise, as it sounds like something that you should be able to do

Good input - thank you! The tagging (@sentry review) does work for draft PRs but we have a flow that only works on non-draft PRs that I wanted to show as well (that's the auto-trigger of the bug predictor). Thanks for your help!

@suejung-sentry suejung-sentry changed the title feat(prevent): Add logaf sensitivity dropdown to ai config [DO NOT MERGE] - for demo only Oct 9, 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.

2 participants