-
-
Notifications
You must be signed in to change notification settings - Fork 435
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
Add sampled
to Dynamic Sampling Context
#2869
Merged
Merged
Conversation
This file contains 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
|
Performance metrics 🚀
|
Revision | Plain | With Sentry | Diff |
---|---|---|---|
87b3774 | 310.48 ms | 362.04 ms | 51.56 ms |
f60cce2 | 299.98 ms | 351.18 ms | 51.20 ms |
fe10f05 | 294.30 ms | 346.84 ms | 52.54 ms |
9246ed4 | 281.79 ms | 352.08 ms | 70.29 ms |
fe10f05 | 304.13 ms | 365.65 ms | 61.52 ms |
9246ed4 | 275.63 ms | 321.31 ms | 45.69 ms |
3baa73f | 267.45 ms | 388.30 ms | 120.85 ms |
f60279b | 324.60 ms | 345.33 ms | 20.73 ms |
496bdfd | 272.86 ms | 407.33 ms | 134.48 ms |
caf50ec | 302.36 ms | 325.25 ms | 22.89 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
87b3774 | 1.72 MiB | 2.29 MiB | 575.54 KiB |
f60cce2 | 1.72 MiB | 2.29 MiB | 575.54 KiB |
fe10f05 | 1.72 MiB | 2.29 MiB | 575.54 KiB |
9246ed4 | 1.72 MiB | 2.28 MiB | 572.22 KiB |
fe10f05 | 1.72 MiB | 2.29 MiB | 575.54 KiB |
9246ed4 | 1.72 MiB | 2.28 MiB | 572.22 KiB |
3baa73f | 1.72 MiB | 2.29 MiB | 575.52 KiB |
f60279b | 1.72 MiB | 2.29 MiB | 575.23 KiB |
496bdfd | 1.72 MiB | 2.28 MiB | 571.82 KiB |
caf50ec | 1.72 MiB | 2.29 MiB | 575.24 KiB |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #2869 +/- ##
============================================
+ Coverage 81.38% 81.39% +0.01%
- Complexity 4645 4652 +7
============================================
Files 354 354
Lines 17114 17134 +20
Branches 2313 2314 +1
============================================
+ Hits 13928 13947 +19
- Misses 2236 2237 +1
Partials 950 950
☔ View full report in Codecov by Sentry. |
romtsn
approved these changes
Aug 2, 2023
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
Add
sampled
to dynamic sampling context if available.💡 Motivation and Context
Fixes #2832
💚 How did you test it?
Unit Tests
📝 Checklist
sendDefaultPII
is enabled.🔮 Next steps