Populate event.modules with dependencies metadata#2324
Merged
Conversation
romtsn
requested review from
adinauer,
markushi and
stefanosiano
as code owners
November 2, 2022 08:05
Contributor
|
Contributor
Performance metrics 🚀
|
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| f809aac | 301.51 ms | 346.60 ms | 45.09 ms |
| 90e9745 | 314.68 ms | 357.28 ms | 42.60 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| f809aac | 1.73 MiB | 2.32 MiB | 608.63 KiB |
| 90e9745 | 1.73 MiB | 2.32 MiB | 608.63 KiB |
Previous results on branch: feat/events-with-modules
Startup times
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| c39aba1 | 278.92 ms | 344.45 ms | 65.53 ms |
| 2123a10 | 289.38 ms | 332.15 ms | 42.77 ms |
| a9f906d | 303.51 ms | 347.83 ms | 44.32 ms |
| ed1e498 | 339.26 ms | 385.94 ms | 46.68 ms |
| 6b29365 | 270.37 ms | 291.50 ms | 21.13 ms |
| 6523b55 | 344.06 ms | 372.39 ms | 28.33 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| c39aba1 | 1.73 MiB | 2.32 MiB | 609.83 KiB |
| 2123a10 | 1.73 MiB | 2.32 MiB | 609.94 KiB |
| a9f906d | 1.73 MiB | 2.32 MiB | 609.84 KiB |
| ed1e498 | 1.73 MiB | 2.32 MiB | 609.76 KiB |
| 6b29365 | 1.73 MiB | 2.32 MiB | 610.00 KiB |
| 6523b55 | 1.73 MiB | 2.32 MiB | 609.94 KiB |
markushi
approved these changes
Nov 2, 2022
marandaneto
reviewed
Nov 2, 2022
Codecov ReportBase: 80.25% // Head: 80.29% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #2324 +/- ##
============================================
+ Coverage 80.25% 80.29% +0.04%
- Complexity 3479 3497 +18
============================================
Files 247 250 +3
Lines 12909 12969 +60
Branches 1735 1740 +5
============================================
+ Hits 10360 10414 +54
- Misses 1892 1897 +5
- Partials 657 658 +1
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. |
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
sentry-external-modules.txtfile ingested by the gradle plugin into the final jar/apk💡 Motivation and Context
Closes #1470
Relates to getsentry/sentry-android-gradle-plugin#396
Part of getsentry/team-mobile#54
💚 How did you test it?
📝 Checklist
🔮 Next steps