-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(projects): Show ANR rate for Apple projects #86771
base: master
Are you sure you want to change the base?
Conversation
🚨 Warning: This pull request contains Frontend and Backend changes! It's discouraged to make changes to Sentry's Frontend and Backend in a single pull request. The Frontend and Backend are not atomically deployed. If the changes are interdependent of each other, they must be separated into two pull requests and be made forward or backwards compatible, such that the Backend or Frontend can be safely deployed independently. Have questions? Please ask in the |
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #86771 +/- ##
==========================================
+ Coverage 87.74% 87.82% +0.07%
==========================================
Files 9823 9781 -42
Lines 555959 553741 -2218
Branches 21925 21622 -303
==========================================
- Hits 487840 486325 -1515
+ Misses 67688 67027 -661
+ Partials 431 389 -42 |
This comment was marked as outdated.
This comment was marked as outdated.
@getsentry/issues I would highly appreciate a review of this PR please ⬆️ Or please let me know whom to ping for a PR review. |
@shruthilayaj I asked @priscilawebdev who could review that PR, and your name came up 😃. FYI. |
Show the ANR rate for Apple projects and hide the foreground ANR rate. It's acceptable to still call it ANR rate, because the feature is hidden behind a feature flag. We will update the descriptions in an upcoming PR to rename ANR rate to App Hang rate; see GH-86666.
Feature flag PR: #86772.
Fixes GH-86665