test(config): update v5 agentic onboarding expectation#9488
test(config): update v5 agentic onboarding expectation#9488leoromanovsky wants to merge 1 commit into
Conversation
Overall package sizeSelf size: 7.51 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 3.3.2 | 124.41 kB | 440.65 kB | | opentracing | 0.14.7 | 194.81 kB | 194.81 kB | | dc-polyfill | 0.1.11 | 25.74 kB | 25.74 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
BenchmarksBenchmark execution time: 2026-07-22 15:39:05 Comparing candidate commit 2c669cc in PR branch Found 1 performance improvements and 0 performance regressions! Performance is the same for 2310 metrics, 47 unstable metrics.
|
Motivation
DD_APPSEC_AGENTIC_ONBOARDINGnow defaults to an empty string and is included in the AppSec config object. The v5-only exact config expectation omitted that field, causing the v5 release proposal checks in #9415 to fail.Changes
DD_APPSEC_AGENTIC_ONBOARDING: ''to the v5 AppSec config expectation.Decisions
masterso the correction can be included in the v5 release proposal.Validation
packages/dd-trace/test/config/index.spec.jswithDD_MAJORsimulated as 5: passed.npm run test:trace:core: 4,029 passed; one unrelated failure becauseprocess-tags.spec.jsexpects the checkout basename to be exactlydd-trace-js, while the isolated worktree usesdd-trace-js-fix-v5-agentic-onboarding-expectation.