qwen-code/packages
doudouOUC c0352fd5b5 test(config): cover getOutboundCorrelationPropagateTraceContext defaults
R4 (commit 9bdd3bd6f) added the getter but the test file didn't grow a
corresponding describe block — sibling telemetry getters all have unit
tests but this new one was missed.

Add 4 cases covering the security-relevant default-to-false invariant
and explicit-set behavior:
- omitted outboundCorrelation → false
- empty outboundCorrelation: {} → false (the `?? false` collapse on the
  getter, complementing the same on the constructor)
- explicit true → true
- explicit false → false

PR #4390 review (wenshao).

🤖 Generated with [Qwen Code](https://github.com/QwenLM/qwen-code)
2026-05-25 14:53:07 +08:00
..
acp-bridge chore(release): v0.16.0 (#4404) 2026-05-21 19:49:49 +08:00
channels chore(release): v0.16.0 (#4404) 2026-05-21 19:49:49 +08:00
cli docs(telemetry): disclose telemetry.enabled dependency on propagateTraceContext 2026-05-25 14:02:34 +08:00
core test(config): cover getOutboundCorrelationPropagateTraceContext defaults 2026-05-25 14:53:07 +08:00
sdk-java feat(core): add NotebookEdit tool for Jupyter notebooks 2026-05-21 00:06:15 +08:00
sdk-python doc[sdk-python] Expand Python SDK usage documentation (#3995) 2026-05-12 15:27:00 +08:00
sdk-typescript feat(core): add NotebookEdit tool for Jupyter notebooks 2026-05-21 00:06:15 +08:00
vscode-ide-companion docs(telemetry): disclose telemetry.enabled dependency on propagateTraceContext 2026-05-25 14:02:34 +08:00
web-templates chore(release): v0.16.0 (#4404) 2026-05-21 19:49:49 +08:00
webui chore(release): v0.16.0 (#4404) 2026-05-21 19:49:49 +08:00
zed-extension chore(deps): upgrade ink 6.2.3 → 7.0.2 + bump Node engine to 22 (#3860) 2026-05-11 17:29:50 +08:00