feat(appsec): report DD_APPSEC_AGENTIC_ONBOARDING in config telemetry#9486
Conversation
Register DD_APPSEC_AGENTIC_ONBOARDING as a string configuration reported verbatim in configuration telemetry (RFC-1113). Always emitted: empty value with origin=default when unset. No derived boolean, no AppSec-state logic. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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 |
🎉 All green!🧪 All tests passed 🔄 Datadog auto-retried 1 job - 1 passed on retry 🎯 Code Coverage (details) 🔗 Commit SHA: 92a0255 | Docs | Datadog PR Page | Give us feedback! |
BenchmarksBenchmark execution time: 2026-07-22 13:36:53 Comparing candidate commit 92a0255 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 2328 metrics, 30 unstable metrics.
|
Use the `appsec` namespace instead of `configurationNames` so DD_APPSEC_AGENTIC_ONBOARDING stays a telemetry-only config (like DD_APPSEC_SCA_ENABLED) and is not required in index.d.ts, fixing the eslint-config-names-sync lint failure. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…#9486) * feat(appsec): report DD_APPSEC_AGENTIC_ONBOARDING in config telemetry Register DD_APPSEC_AGENTIC_ONBOARDING as a string configuration reported verbatim in configuration telemetry (RFC-1113). Always emitted: empty value with origin=default when unset. No derived boolean, no AppSec-state logic. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * fix(appsec): keep agentic-onboarding config out of public options Use the `appsec` namespace instead of `configurationNames` so DD_APPSEC_AGENTIC_ONBOARDING stays a telemetry-only config (like DD_APPSEC_SCA_ENABLED) and is not required in index.d.ts, fixing the eslint-config-names-sync lint failure. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…#9489) The v5-only "should give priority to non-experimental options" test does a strict deepStrictEqual on config.appsec. PR #9486 added DD_APPSEC_AGENTIC_ONBOARDING as a namespace:"appsec" entry (default ""), which populates config.appsec for all majors, but that test was gated on DD_MAJOR < 6 and therefore skipped in master (v6/v7) CI. It only runs in the v5 release pipeline, where the missing key broke the assertion. Add the always-present key to the expected object. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…#9489) The v5-only "should give priority to non-experimental options" test does a strict deepStrictEqual on config.appsec. PR #9486 added DD_APPSEC_AGENTIC_ONBOARDING as a namespace:"appsec" entry (default ""), which populates config.appsec for all majors, but that test was gated on DD_MAJOR < 6 and therefore skipped in master (v6/v7) CI. It only runs in the v5 release pipeline, where the missing key broke the assertion. Add the always-present key to the expected object. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…#9486) * feat(appsec): report DD_APPSEC_AGENTIC_ONBOARDING in config telemetry Register DD_APPSEC_AGENTIC_ONBOARDING as a string configuration reported verbatim in configuration telemetry (RFC-1113). Always emitted: empty value with origin=default when unset. No derived boolean, no AppSec-state logic. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * fix(appsec): keep agentic-onboarding config out of public options Use the `appsec` namespace instead of `configurationNames` so DD_APPSEC_AGENTIC_ONBOARDING stays a telemetry-only config (like DD_APPSEC_SCA_ENABLED) and is not required in index.d.ts, fixing the eslint-config-names-sync lint failure. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…#9489) The v5-only "should give priority to non-experimental options" test does a strict deepStrictEqual on config.appsec. PR #9486 added DD_APPSEC_AGENTIC_ONBOARDING as a namespace:"appsec" entry (default ""), which populates config.appsec for all majors, but that test was gated on DD_MAJOR < 6 and therefore skipped in master (v6/v7) CI. It only runs in the v5 release pipeline, where the missing key broke the assertion. Add the always-present key to the expected object. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…#9486) * feat(appsec): report DD_APPSEC_AGENTIC_ONBOARDING in config telemetry Register DD_APPSEC_AGENTIC_ONBOARDING as a string configuration reported verbatim in configuration telemetry (RFC-1113). Always emitted: empty value with origin=default when unset. No derived boolean, no AppSec-state logic. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * fix(appsec): keep agentic-onboarding config out of public options Use the `appsec` namespace instead of `configurationNames` so DD_APPSEC_AGENTIC_ONBOARDING stays a telemetry-only config (like DD_APPSEC_SCA_ENABLED) and is not required in index.d.ts, fixing the eslint-config-names-sync lint failure. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…#9489) The v5-only "should give priority to non-experimental options" test does a strict deepStrictEqual on config.appsec. PR #9486 added DD_APPSEC_AGENTIC_ONBOARDING as a namespace:"appsec" entry (default ""), which populates config.appsec for all majors, but that test was gated on DD_MAJOR < 6 and therefore skipped in master (v6/v7) CI. It only runs in the v5 release pipeline, where the missing key broke the assertion. Add the always-present key to the expected object. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
APPSEC-69230
Implements [RFC-1113]: register
DD_APPSEC_AGENTIC_ONBOARDINGas a string configuration reported verbatim in configuration telemetry. Always emitted — empty value withorigin=defaultwhen unset. No derived boolean and no AppSec-state logic; activation analysis is done downstream in Metabase.Same change on other tracers: java, dotnet, go, rb.
🤖 Generated with Claude Code