-
Notifications
You must be signed in to change notification settings - Fork 360
feat(ws): add websocket context propagation #7077
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
base: master
Are you sure you want to change the base?
Conversation
Overall package sizeSelf size: 3.58 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 1.15.0 | 127.66 kB | 856.24 kB | | dc-polyfill | 0.1.10 | 26.73 kB | 26.73 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #7077 +/- ##
==========================================
- Coverage 84.83% 84.65% -0.19%
==========================================
Files 515 522 +7
Lines 22022 22218 +196
==========================================
+ Hits 18683 18808 +125
- Misses 3339 3410 +71 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
BenchmarksBenchmark execution time: 2025-12-12 20:38:00 Comparing candidate commit fe1120a in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 286 metrics, 34 unstable metrics. |
47328cc to
3f28727
Compare
| const pointerLink = spanLinks.find(link => | ||
| link.attributes && link.attributes['link.kind'] === 'span-pointer' | ||
| ) | ||
| if (pointerLink) { |
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.
This is always falsey
What does this PR do?
Motivation