We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd15ce2 commit 9bbc290Copy full SHA for 9bbc290
static/app/views/releases/utils/sessionTerm.tsx
@@ -117,6 +117,12 @@ function getTermDescriptions(platform: PlatformKey | null) {
117
[SessionTerm.CRASHED]: t(
118
'An unhandled exception that resulted in the application crashing'
119
),
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
126
};
127
case 'apple': {
128
return {
0 commit comments