-
Notifications
You must be signed in to change notification settings - Fork 320
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
v3.22.1 #3220
v3.22.1 #3220
Conversation
* Add Datadog APM Test Agent to handle all plugin test traces
Co-authored-by: Dominik Krejcik <[email protected]>
…bles (#3055) * Include send-data missing headers * Rename DD_TELEMETRY_DEBUG_ENABLED as DD_TELEMETRY_DIAGNOSTIC_LOG_COLLECTION_ENABLED * Move DD_TELEMETRY_HEARTBEAT_INTERVAL to config.js * Remove DD_TELEMETRY_DIAGNOSTIC_LOG_COLLECTION_ENABLED
* Add ability to create and publish .deb and .rpm packages * only look at version tags * add verbose flag
- previously, when encountering a dead code path that requires a not-installed instrumented package, build would fail - this would happen when, say, `knex` requires the `tedious` library for an app that is only making use of `pg` - without `dd-trace/esbuild`, a user simply adds `tedious` to their `external` list and goes on with their day - or in other words, vanilla esbuild doesn't really care when it encounters these missing modules - with `dd-trace/esbuild`, we would throw an error and the build fails - one solution would be to not instrument external packages but many users expect this behavior to work - in fact, we've been telling users to do just this before we supported a plugin - now, with this change, the `require('unused-module')` call remains in the output code - print a warning when this happens (at build time), regardless of debug level, since it might not be intentional
* Fix OracleDB plugin job on CI to use Github Actions services container for Test-Agent instead of docker-compose
788eb72
to
d345b76
Compare
Overall package sizeSelf size: 4.25 MB Dependency sizes
🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov Report
@@ Coverage Diff @@
## v3.x #3220 +/- ##
=======================================
Coverage ? 85.83%
=======================================
Files ? 182
Lines ? 7229
Branches ? 33
=======================================
Hits ? 6205
Misses ? 1024
Partials ? 0 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
BenchmarksComparing candidate commit d345b76 in PR branch Found 0 performance improvements and 10 performance regressions! Performance is the same for 653 metrics, 45 unstable metrics. scenario:startup-control-everything-14
scenario:startup-with-tracer-everything-14
scenario:startup-control-everything-16
scenario:startup-with-tracer-everything-16
scenario:startup-control-everything-18
scenario:startup-with-tracer-everything-18
|
Bug Fixes
Improvements