-
-
Notifications
You must be signed in to change notification settings - Fork 329
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: AppHangsV2 #4379
feat: AppHangsV2 #4379
Conversation
Expose the AppHangsV2 algorithm with the options enableAppHangTrackingV2 and enableReportNonFullyBlockingAppHangs. Fixes GH-3492
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4379 +/- ##
=============================================
+ Coverage 91.443% 91.448% +0.004%
=============================================
Files 629 629
Lines 50630 50655 +25
Branches 18344 18314 -30
=============================================
+ Hits 46298 46323 +25
Misses 4238 4238
Partials 94 94
... and 15 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks good, but CI is not happy
@brustolin, CI is happy now, except for benchmarks, but that's Saucelabs. Please have another look. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Performance metrics 🚀
|
Revision | Plain | With Sentry | Diff |
---|---|---|---|
1bf8571 | 1250.96 ms | 1255.36 ms | 4.40 ms |
2ccbd03 | 1225.13 ms | 1247.51 ms | 22.39 ms |
d011484 | 1220.86 ms | 1237.18 ms | 16.33 ms |
6001822 | 1220.82 ms | 1245.02 ms | 24.20 ms |
3723833 | 1205.22 ms | 1216.94 ms | 11.71 ms |
ff09c7e | 1240.94 ms | 1262.66 ms | 21.72 ms |
b9d59f7 | 1250.71 ms | 1257.78 ms | 7.06 ms |
94d8eb3 | 1234.02 ms | 1249.63 ms | 15.60 ms |
e773cad | 1219.86 ms | 1238.26 ms | 18.40 ms |
90d17d3 | 1261.18 ms | 1278.18 ms | 17.00 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
1bf8571 | 20.76 KiB | 437.12 KiB | 416.36 KiB |
2ccbd03 | 21.58 KiB | 546.20 KiB | 524.62 KiB |
d011484 | 21.58 KiB | 616.14 KiB | 594.56 KiB |
6001822 | 22.85 KiB | 410.98 KiB | 388.13 KiB |
3723833 | 21.58 KiB | 424.34 KiB | 402.76 KiB |
ff09c7e | 20.76 KiB | 427.76 KiB | 407.00 KiB |
b9d59f7 | 22.85 KiB | 405.77 KiB | 382.93 KiB |
94d8eb3 | 21.58 KiB | 417.86 KiB | 396.28 KiB |
e773cad | 21.58 KiB | 681.75 KiB | 660.17 KiB |
90d17d3 | 20.76 KiB | 432.17 KiB | 411.41 KiB |
📜 Description
Expose the AppHangsV2 algorithm with the options
enableAppHangTrackingV2 and
enableReportNonFullyBlockingAppHangs.
Docs PR: getsentry/sentry-docs#11458.
💡 Motivation and Context
Fixes GH-3492
💚 How did you test it?
📝 Checklist
You have to check all boxes before merging:
sendDefaultPII
is enabled.🔮 Next steps