Add abnormal_mechanism to sessions for ANR rate calculation#2475
Merged
Add abnormal_mechanism to sessions for ANR rate calculation#2475
Conversation
Contributor
|
Contributor
Performance metrics 🚀
|
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| b872136 | 334.37 ms | 349.40 ms | 15.03 ms |
| 82a9a16 | 354.77 ms | 393.67 ms | 38.90 ms |
| aa715bc | 335.65 ms | 384.90 ms | 49.25 ms |
| 61ea1d3 | 312.40 ms | 346.45 ms | 34.05 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| b872136 | 1.73 MiB | 2.33 MiB | 619.69 KiB |
| 82a9a16 | 1.73 MiB | 2.33 MiB | 619.69 KiB |
| aa715bc | 1.73 MiB | 2.33 MiB | 619.65 KiB |
| 61ea1d3 | 1.73 MiB | 2.33 MiB | 619.69 KiB |
Codecov ReportBase: 80.13% // Head: 80.16% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #2475 +/- ##
============================================
+ Coverage 80.13% 80.16% +0.02%
- Complexity 3873 3882 +9
============================================
Files 312 313 +1
Lines 14672 14695 +23
Branches 1943 1947 +4
============================================
+ Hits 11758 11780 +22
- Misses 2153 2154 +1
Partials 761 761
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
romtsn
commented
Jan 17, 2023
romtsn
commented
Jan 18, 2023
This was referenced Oct 12, 2023
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📜 Description
This PR contains 3 main changes:
abnormal_mechanismto the Session payload, which is set when user experienced an ANR event and which is used for ANR rate calculation on the product side💡 Motivation and Context
Q1 Goal (ANR rate and improvements)
💚 How did you test it?
Manually and automated
📝 Checklist
🔮 Next steps