chore(skills-next): remaining unorganized skills-next content#268
Merged
evanpurkhiser merged 1 commit intoJul 9, 2026
Conversation
evanpurkhiser
commented
Jul 9, 2026
evanpurkhiser
commented
Jul 9, 2026
sergical
approved these changes
Jul 9, 2026
evanpurkhiser
commented
Jul 9, 2026
4f37d63 to
457be0c
Compare
Comment on lines
+93
to
+94
| Identity & grouping: `issue` (short code, e.g. `SENTRY-ABC`), `issue.category` (`error`, | ||
| `performance`, `frontend`, `outage`), `issue.type` (e.g. |
There was a problem hiding this comment.
Bug: The documentation for issue.category lists frontend and outage as valid values, but these are not supported by Sentry.
Severity: MEDIUM
Suggested Fix
Update the documentation to replace the incorrect values frontend and outage with the correct list of Sentry issue categories: error, performance, feedback, replay, and cron.
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: skills-next/references/search-query-language.md#L93-L94
Potential issue: The documentation file `search-query-language.md` incorrectly lists
`frontend` and `outage` as valid values for the `issue.category` search filter. The
actual valid values are `error`, `performance`, `feedback`, `replay`, and `cron`. This
discrepancy will cause systems or users, particularly AI agents relying on this
documentation, to construct invalid search queries, leading to failed searches.
Did we get this right? 👍 / 👎 to inform future reviews.
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.
No description provided.