Skip to content

Conversation

@scttcper
Copy link
Member

Having both medium and high thresholds on the same name was causing issues with listeners downstream. Fixes an issue where switching between threshold and percent changed would detach useMetricDetectorFormField listeners.

Having both medium and high thresholds on the same name was causing issues with listeners downstream. Fixes an issue where switching between threshold and percent changed would detach useMetricDetectorFormField listeners.
@scttcper scttcper requested a review from a team as a code owner November 12, 2025 00:25
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Nov 12, 2025
`;

const PriorityDot = styled('div')<{$priority: 'high' | 'medium'}>`
const PriorityDot = styled('div')<{priority: 'high' | 'medium'}>`
Copy link
Member Author

Choose a reason for hiding this comment

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

this was weirdly named too

@scttcper scttcper merged commit f5e41cc into master Nov 12, 2025
49 checks passed
@scttcper scttcper deleted the scttcper/rename-medium-field branch November 12, 2025 01:03
Jesse-Box pushed a commit that referenced this pull request Nov 12, 2025
Having both medium and high thresholds on the same name was causing
issues with listeners downstream. Fixes an issue where switching between
threshold and percent changed would detach useMetricDetectorFormField
listeners.
andrewshie-sentry pushed a commit that referenced this pull request Nov 13, 2025
Having both medium and high thresholds on the same name was causing
issues with listeners downstream. Fixes an issue where switching between
threshold and percent changed would detach useMetricDetectorFormField
listeners.
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.

3 participants