-
-
Notifications
You must be signed in to change notification settings - Fork 363
feat: Add support for tags and trace context fields for termination watch #5561
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
feat: Add support for tags and trace context fields for termination watch #5561
Conversation
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5561 +/- ##
=============================================
- Coverage 86.367% 86.344% -0.023%
=============================================
Files 408 413 +5
Lines 35209 35210 +1
Branches 15304 15311 +7
=============================================
- Hits 30409 30402 -7
- Misses 4754 4765 +11
+ Partials 46 43 -3
... and 19 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Performance metrics 🚀
|
Revision | Plain | With Sentry | Diff |
---|---|---|---|
8fd192f | 1202.10 ms | 1220.19 ms | 18.09 ms |
4d264fa | 1223.48 ms | 1246.91 ms | 23.44 ms |
32e7197 | 1226.91 ms | 1245.48 ms | 18.56 ms |
2b02431 | 1229.63 ms | 1248.98 ms | 19.35 ms |
f92cfa9 | 1228.45 ms | 1251.33 ms | 22.88 ms |
c3fece5 | 1240.65 ms | 1260.75 ms | 20.10 ms |
409a607 | 1229.57 ms | 1251.45 ms | 21.88 ms |
2a9a505 | 1221.49 ms | 1238.49 ms | 17.00 ms |
9389467 | 1218.62 ms | 1244.86 ms | 26.24 ms |
4e3915a | 1230.02 ms | 1258.90 ms | 28.88 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
8fd192f | 23.74 KiB | 872.75 KiB | 849.01 KiB |
4d264fa | 23.74 KiB | 874.07 KiB | 850.33 KiB |
32e7197 | 23.75 KiB | 866.69 KiB | 842.94 KiB |
2b02431 | 23.75 KiB | 850.73 KiB | 826.98 KiB |
f92cfa9 | 23.75 KiB | 855.38 KiB | 831.62 KiB |
c3fece5 | 23.75 KiB | 874.17 KiB | 850.42 KiB |
409a607 | 23.74 KiB | 874.08 KiB | 850.33 KiB |
2a9a505 | 23.75 KiB | 874.46 KiB | 850.71 KiB |
9389467 | 23.75 KiB | 866.51 KiB | 842.76 KiB |
4e3915a | 23.75 KiB | 858.69 KiB | 834.94 KiB |
Previous results on branch: itay/cocoa-412-add-missing-information-to-watchdog-termination-events-unified_tags_and_context
Startup times
Revision | Plain | With Sentry | Diff |
---|---|---|---|
39d1d15 | 1234.02 ms | 1249.79 ms | 15.77 ms |
0a4ff6c | 1221.47 ms | 1248.59 ms | 27.12 ms |
79fad59 | 1216.94 ms | 1245.86 ms | 28.92 ms |
d23e3a9 | 1227.20 ms | 1249.34 ms | 22.14 ms |
dcfc971 | 1225.63 ms | 1248.15 ms | 22.51 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
39d1d15 | 23.75 KiB | 881.94 KiB | 858.20 KiB |
0a4ff6c | 23.75 KiB | 882.50 KiB | 858.75 KiB |
79fad59 | 23.75 KiB | 882.11 KiB | 858.36 KiB |
d23e3a9 | 23.75 KiB | 882.14 KiB | 858.39 KiB |
dcfc971 | 23.75 KiB | 882.10 KiB | 858.35 KiB |
d19797d
to
8670d28
Compare
e11d84e
to
571c50d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a couple of comments to tackle first
4262ae3
to
5ab9258
Compare
9f9fe66
to
d81fe76
Compare
…d trace context in SentryScopePersistentStore
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good progress, almost LGTM.
Please take a look at the code coverage reported by Codecov.
You are missing test cases for the sanitization. Furthermore, please double-check that the expectation+wait in the tests actually make sense. Left comments for the remainders of the trace context.
feat: Add support for tags and context fields for termination watch