Skip to content

Commit 9bbc290

Browse files
authored
fix(release-health): Show descriptions for ANR scorecards (#95411)
Descriptions were not shown: ### Before <img width="883" height="347" alt="Google Chrome 2025-07-14 08 53 24" src="https://github.com/user-attachments/assets/2cd3c589-e4e1-4106-b031-232b605cd79e" /> ### After <img width="959" height="341" alt="image" src="https://github.com/user-attachments/assets/98ccc464-4ae2-432c-b1f2-91cc34dc24ae" />
1 parent bd15ce2 commit 9bbc290

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

static/app/views/releases/utils/sessionTerm.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,12 @@ function getTermDescriptions(platform: PlatformKey | null) {
117117
[SessionTerm.CRASHED]: t(
118118
'An unhandled exception that resulted in the application crashing'
119119
),
120+
[SessionTerm.ANR_RATE]: t(
121+
'Percentage of unique users that experienced an App Not Responding (ANR) error'
122+
),
123+
[SessionTerm.FOREGROUND_ANR_RATE]: t(
124+
'Percentage of unique users that experienced an App Not Responding (ANR) error when the app was running in the foreground'
125+
),
120126
};
121127
case 'apple': {
122128
return {

0 commit comments

Comments
 (0)