Conversation
Contributor
|
Contributor
Performance metrics 🚀
|
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| db5bd4e | 286.94 ms | 315.26 ms | 28.32 ms |
| db5bd4e | 352.90 ms | 359.52 ms | 6.62 ms |
| db5bd4e | 314.82 ms | 349.17 ms | 34.35 ms |
| d691d8f | 352.56 ms | 389.59 ms | 37.03 ms |
| db5bd4e | 347.00 ms | 366.74 ms | 19.74 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| db5bd4e | 1.73 MiB | 2.34 MiB | 626.30 KiB |
| db5bd4e | 1.73 MiB | 2.34 MiB | 626.30 KiB |
| db5bd4e | 1.73 MiB | 2.34 MiB | 626.30 KiB |
| d691d8f | 1.73 MiB | 2.34 MiB | 626.23 KiB |
| db5bd4e | 1.73 MiB | 2.34 MiB | 626.30 KiB |
Previous results on branch: feat/support-thread-local-accessor-for-reactor
Startup times
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| 05b9e20 | 343.67 ms | 366.00 ms | 22.33 ms |
| b3f3d7a | 336.37 ms | 387.04 ms | 50.67 ms |
| 14b93a6 | 305.29 ms | 334.71 ms | 29.43 ms |
| faa16e4 | 329.80 ms | 384.18 ms | 54.38 ms |
| 7620651 | 325.24 ms | 359.59 ms | 34.35 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| 05b9e20 | 1.73 MiB | 2.34 MiB | 626.30 KiB |
| b3f3d7a | 1.73 MiB | 2.34 MiB | 626.30 KiB |
| 14b93a6 | 1.73 MiB | 2.34 MiB | 626.30 KiB |
| faa16e4 | 1.73 MiB | 2.34 MiB | 626.22 KiB |
| 7620651 | 1.73 MiB | 2.34 MiB | 626.30 KiB |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #2570 +/- ##
============================================
- Coverage 80.42% 80.40% -0.03%
- Complexity 4006 4017 +11
============================================
Files 329 332 +3
Lines 15111 15160 +49
Branches 1978 1979 +1
============================================
+ Hits 12153 12189 +36
- Misses 2179 2191 +12
- Partials 779 780 +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. |
cleptric
approved these changes
Feb 28, 2023
4 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
Implement
ThreadLocalAccessorfor propagating Sentry hub with reactor / WebFlux💡 Motivation and Context
To automatically have the correct thread local hub without requiring explicit user code.
💚 How did you test it?
📝 Checklist
sendDefaultPIIis enabled.🔮 Next steps