feat(ui): Add LLM issue detection toggle to performance settings#112711
Open
roggenkemper wants to merge 16 commits intomasterfrom
Open
feat(ui): Add LLM issue detection toggle to performance settings#112711roggenkemper wants to merge 16 commits intomasterfrom
roggenkemper wants to merge 16 commits intomasterfrom
Conversation
Add an LLM Issue Detection toggle to the detector threshold settings on the project performance page, using the same performance issues endpoint as other detector toggles. Gated behind gen-ai-features. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit add55a0. Configure here.
Each AI detected issue category (HTTP, Database, Runtime Performance, Security, Code Health, General) gets its own toggle as a sub-option under the main AI Issue Detection setting. Sub-options are disabled when the parent toggle is off. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
Sentry Snapshot Testing
|
…rontend Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…2 title Replace IssueTitle.LLM_DETECTED_EXPERIMENTAL_V2 references with plain 'AI Issue Detection' string for the settings section title and admin field key. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Each per-category toggle now has a subtitle explaining what it controls (e.g., "Allow HTTP-related issues to be created"). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0a9c7c2 to
a474637
Compare
…toggle The admin field map key must match the section title for the parent toggle to render in the section header. Also removed the General Issues toggle since it doesn't need a separate setting. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Use plain string for section title to match admin field map key so the parent toggle renders in the section header. Remove hyphens from help text. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
All fields in the AI Issue Detection section now share the same visibility condition so the entire section is hidden when the feature flags are off. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…lm-detection-enable-option-fe
Use AI-specific description instead of the generic "detect this type of issue" text. Reorder the spread so field-level help takes precedence over the generic default. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Use a shared constant for the title so the admin field map key, label, and section title all reference the same translated string. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…title Match the pattern used by other detection sections instead of a local variable. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…TECTED_GENERAL Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Section title stays as IssueTitle.AI_DETECTED_GENERAL ('AI Detected Issue'),
parent toggle label is 'AI Issue Detection'.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
cvxluo
approved these changes
Apr 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Add an LLM Issue Detection toggle to the detector threshold settings on the project performance page, using the same performance issues endpoint as other detector toggles. Gated behind gen-ai-features and ai-issue-detection flags