Skip to content

feat(issue-taxonomy): Recategorize warning issue categories#90824

Merged
malwilley merged 3 commits into
masterfrom
malwilley/feat/taxonomy-backend-categories-v2-rename
May 5, 2025
Merged

feat(issue-taxonomy): Recategorize warning issue categories#90824
malwilley merged 3 commits into
masterfrom
malwilley/feat/taxonomy-backend-categories-v2-rename

Conversation

@malwilley

@malwilley malwilley commented May 2, 2025

Copy link
Copy Markdown
Member

Some changes to the new category structure after receiving feedback, following the changes in this spreadsheet:

  • PERFORMANCE_BEST_PRACTICE types gets broken out into DB_QUERY, HTTP_CLIENT, and FRONTEND
  • RESPONSIVENESS is now MOBILE or FRONTEND
  • USER_EXPERIENCE types go into FRONTEND

@malwilley malwilley requested review from a team as code owners May 2, 2025 16:28
@malwilley malwilley requested review from a team and removed request for a team May 2, 2025 16:28
@github-actions github-actions Bot added the Scope: Backend Automatically applied to PRs that change backend components label May 2, 2025
@codecov

codecov Bot commented May 2, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@             Coverage Diff             @@
##           master   #90824       +/-   ##
===========================================
+ Coverage   46.22%   87.80%   +41.57%     
===========================================
  Files       10281    10287        +6     
  Lines      583359   583793      +434     
  Branches    22585    22514       -71     
===========================================
+ Hits       269660   512571   +242911     
+ Misses     313275    70808   -242467     
+ Partials      424      414       -10     

Comment thread src/sentry/issues/grouptype.py Outdated
description = "Function Regression"
category = GroupCategory.PERFORMANCE.value
category_v2 = GroupCategory.PERFORMANCE_BEST_PRACTICE.value
category_v2 = GroupCategory.PERFORMANCE_REGRESSION.value

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Guessing PERFORMANCE_REGRESSION = METRIC?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Yeah it is now - renaming to METRIC

@malwilley malwilley requested a review from a team as a code owner May 5, 2025 18:46
@malwilley malwilley merged commit 1e7a95a into master May 5, 2025
@malwilley malwilley deleted the malwilley/feat/taxonomy-backend-categories-v2-rename branch May 5, 2025 20:03
andrewshie-sentry pushed a commit that referenced this pull request May 12, 2025
- PERFORMANCE_BEST_PRACTICE types gets broken out into DB_QUERY,
HTTP_CLIENT, and FRONTEND
- RESPONSIVENESS is now MOBILE or FRONTEND
- USER_EXPERIENCE types go into FRONTEND
- PERFORMANCE_REGRESSIONS becomes METRIC
@github-actions github-actions Bot locked and limited conversation to collaborators May 21, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants