Skip to content

Conversation

@pmady
Copy link
Contributor

@pmady pmady commented Dec 19, 2025

…racing.js

Fixes #7893

Updates the JavaScript resources documentation to align with the current Getting Started guide which uses instrumentation.mjs/instrumentation.ts instead of the deprecated tracing.js naming convention.

Changes:

  • Replace tracing.js references with instrumentation.mjs

  • Update node --require to node --import

  • Update file naming to include TypeScript alternatives

  • I have read and followed the
    contribution guidelines,
    including the First-time contributing? note.

…racing.js

Fixes open-telemetry#7893

Updates the JavaScript resources documentation to align with the current
Getting Started guide which uses instrumentation.mjs/instrumentation.ts
instead of the deprecated tracing.js naming convention.

Changes:
- Replace tracing.js references with instrumentation.mjs
- Update node --require to node --import
- Update file naming to include TypeScript alternatives
@vitorvasc vitorvasc force-pushed the fix/outdated-tracing-js-reference branch from 7f8740b to 61e113e Compare December 22, 2025 09:25
Copy link
Member

@vitorvasc vitorvasc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pmady thank you!

@open-telemetry/javascript-approvers PTAL. 🙂

@vitorvasc vitorvasc added the missing:sig-approval Co-owning SIG didn't provide an approval label Dec 22, 2025
The refcache-refresh workflow requires GitHub App credentials
(OTELBOT_DOCS_APP_ID and OTELBOT_DOCS_PRIVATE_KEY) that are only
available in the upstream repository. This causes workflow failures
in forks.

Add a condition to only run this workflow in the upstream repository
(open-telemetry/opentelemetry.io), preventing failures in forks.

Signed-off-by: pmady <pavan4devops@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

missing:sig-approval Co-owning SIG didn't provide an approval sig:javascript

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

Outdated reference to tracing.js in Resources page

2 participants