Conversation
Contributor
|
6 tasks
Contributor
Performance metrics 🚀
|
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| 0fbe535 | 280.92 ms | 373.04 ms | 92.12 ms |
| 0fbe535 | 396.74 ms | 461.19 ms | 64.45 ms |
| 0fbe535 | 246.12 ms | 288.64 ms | 42.52 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| 0fbe535 | 1.73 MiB | 2.32 MiB | 608.62 KiB |
| 0fbe535 | 1.73 MiB | 2.32 MiB | 608.62 KiB |
| 0fbe535 | 1.73 MiB | 2.32 MiB | 608.62 KiB |
Previous results on branch: feature/compose-navigation-instrumentation
Startup times
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| 7ae4fed | 313.60 ms | 370.04 ms | 56.44 ms |
| a67bbd1 | 293.22 ms | 329.08 ms | 35.86 ms |
| 275b116 | 244.33 ms | 323.40 ms | 79.07 ms |
| 3dc8731 | 349.30 ms | 408.34 ms | 59.04 ms |
| 6827509 | 291.26 ms | 332.02 ms | 40.76 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| 7ae4fed | 1.73 MiB | 2.32 MiB | 608.62 KiB |
| a67bbd1 | 1.73 MiB | 2.32 MiB | 608.62 KiB |
| 275b116 | 1.73 MiB | 2.32 MiB | 608.62 KiB |
| 3dc8731 | 1.73 MiB | 2.32 MiB | 608.44 KiB |
| 6827509 | 1.73 MiB | 2.32 MiB | 608.62 KiB |
romtsn
reviewed
Oct 24, 2022
Codecov ReportBase: 80.21% // Head: 80.21% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #2320 +/- ##
=========================================
Coverage 80.21% 80.21%
Complexity 3475 3475
=========================================
Files 247 247
Lines 12906 12906
Branches 1735 1735
=========================================
Hits 10352 10352
Misses 1894 1894
Partials 660 660 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
reviewed
Oct 27, 2022
romtsn
approved these changes
Oct 27, 2022
Member
|
one small remark, but otherwise lgtm, needs a changelog entry tho |
Merged
1 task
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
Overload withSentryObservableEffect to provide compose instrumentation hook
💡 Motivation and Context
In order to auto-instrument navigation in Jetpack Compose we simply want to adapt the original
rememberNavControllercall with our sentry specific navigation listeners. This way the required bytecode changes can be kept to a minimum.Related to #2319
💚 How did you test it?
Right now just manually, need to investigate how all this Android specifics can be tested.
📝 Checklist
🔮 Next steps