Conversation
Overall package sizeSelf size: 5.45 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 3.0.0 | 81.15 kB | 815.98 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 #7479 +/- ##
==========================================
- Coverage 74.27% 74.25% -0.02%
==========================================
Files 765 765
Lines 35793 35800 +7
==========================================
- Hits 26586 26585 -1
- Misses 9207 9215 +8 Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
✅ Tests 🎉 All green!❄️ No new flaky tests detected 🎯 Code Coverage (details) 🔗 Commit SHA: 2977b68 | Docs | Datadog PR Page | Was this helpful? React with 👍/👎 or give us feedback! |
BenchmarksBenchmark execution time: 2026-04-03 18:29:51 Comparing candidate commit 2977b68 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 229 metrics, 31 unstable metrics. |
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: bbc4c41e3d
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
BridgeAR
left a comment
There was a problem hiding this comment.
This is mostly looking good! One issue is the mentioned receiving of not instrumented messages and potential unhandled rejections in our tests.
|
Hello 👋 Any news on this one? Can I do something to help? |
Added the requested changes! |
…fluent-kafka) (#7479) * add batched tracing for kafka consumes * fix batch messages to prevent mutations between test cases
…fluent-kafka) (#7479) * add batched tracing for kafka consumes * fix batch messages to prevent mutations between test cases
What does this PR do?
Adds tracing for kafka batch operations, for kafkajs and confluent-kafka. Adds span links to upstream parent producer spans.
Motivation
Port of customer PR: fix(kafkajs): add APM tracing support for batch consumer.
Additional Notes
Thank you for the contribution @slukes