Skip to content

Conversation

@ArthurKnaus
Copy link
Member

Add a separate issues list for instrumentation issues using existing utils and components in the issues codebase.

Note: This UI implementation is experimental and minimalistic. It enables us to test autopilot use-cases end-to-end before refining the details.

All changes are guarded by the feature flag organizations:seer-autopilot

Screenshot 2026-01-15 at 12 02 53 Screenshot 2026-01-15 at 12 03 13

@ArthurKnaus ArthurKnaus requested a review from a team January 15, 2026 11:06
@ArthurKnaus ArthurKnaus requested a review from a team as a code owner January 15, 2026 11:06
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jan 15, 2026

AI_DETECTED = 'ai_detected',

PREPROD = 'preprod',
Copy link

Choose a reason for hiding this comment

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

Bug: The new IssueCategory.INSTRUMENTATION is not included in the VALID_ISSUE_CATEGORIES array, preventing its use in issue search filters and alert rules.
Severity: HIGH

Suggested Fix

Add IssueCategory.INSTRUMENTATION to the VALID_ISSUE_CATEGORIES array in static/app/types/group.tsx to make the category available for searching and alerting.

Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent.
Verify if this is a real issue. If it is, propose a fix; if not, explain why it's not
valid.

Location: static/app/types/group.tsx#L108

Potential issue: The `IssueCategory.INSTRUMENTATION` enum member is defined but has been
omitted from the `VALID_ISSUE_CATEGORIES` array in `static/app/types/group.tsx`. This
omission prevents the new "instrumentation" category from being used in key product
areas. Specifically, users will be unable to filter for instrumentation issues via the
issue search UI, as `SEARCHABLE_ISSUE_CATEGORIES` is derived from this array.
Additionally, it will be impossible to create alert rules that trigger on the
`INSTRUMENTATION` category, as the rule configuration UI validates against the same
array. This undermines the utility of the new instrumentation issue page.

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

@ArthurKnaus ArthurKnaus merged commit 7ef9742 into master Jan 15, 2026
54 checks passed
@ArthurKnaus ArthurKnaus deleted the aknaus/feat/autopilot/poc-ui-for-instrumentation-issues branch January 15, 2026 11:32
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