Skip to content

docs: fix OTel vendor extension key references#88

Merged
nficano merged 1 commit into
agentruntimecontrolprotocol:mainfrom
narutamaaurum:docs-84-otel-vendor-key
May 24, 2026
Merged

docs: fix OTel vendor extension key references#88
nficano merged 1 commit into
agentruntimecontrolprotocol:mainfrom
narutamaaurum:docs-84-otel-vendor-key

Conversation

@narutamaaurum
Copy link
Copy Markdown
Contributor

Summary

  • replace stale extensions["x.otel"] references in the OTel middleware TSDoc
  • align the tracing example comments/README with the actual x-vendor.opentelemetry.tracecontext key
  • keep the docs/examples consistent with the runtime constant and package docs

Validation

  • git diff --check
  • rg "x\\.otel" /root/work/arcp-ts-sdk-84 (no matches)
  • full workspace lint/typecheck/test not run in this runner because the repo requires Node >=22 while this environment has Node v12.22.9

Closes #84

@codecov
Copy link
Copy Markdown

codecov Bot commented May 24, 2026

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

ℹ️ You can also turn on project coverage checks and project coverage reporting on Pull Request comment

Thanks for integrating Codecov - We've got you covered ☂️

@nficano nficano merged commit a94e182 into agentruntimecontrolprotocol:main May 24, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

OpenTelemetry middleware TSDoc says extensions["x.otel"] but code uses the full vendor namespace

2 participants