Commit 2fd5f92
feat(appsec): report DD_APPSEC_AGENTIC_ONBOARDING in config telemetry (#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>1 parent 748d91b commit 2fd5f92
3 files changed
Lines changed: 46 additions & 0 deletions
File tree
- packages/dd-trace
- src/config
- test/config
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
620 | 621 | | |
621 | 622 | | |
622 | 623 | | |
| 624 | + | |
623 | 625 | | |
624 | 626 | | |
625 | 627 | | |
| |||
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
209 | 218 | | |
210 | 219 | | |
211 | 220 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
615 | 615 | | |
616 | 616 | | |
617 | 617 | | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
618 | 653 | | |
619 | 654 | | |
620 | 655 | | |
| |||
0 commit comments