Skip to content

feat(observability): add datadog and pin package versions#864

Draft
mpcolandro wants to merge 5 commits intomainfrom
mpc/feat/add-datadog-observability
Draft

feat(observability): add datadog and pin package versions#864
mpcolandro wants to merge 5 commits intomainfrom
mpc/feat/add-datadog-observability

Conversation

@mpcolandro
Copy link
Copy Markdown

No description provided.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 3, 2026

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds Datadog Browser RUM instrumentation to the Fern-generated docs site and switches several Node tooling dependencies from caret ranges to pinned versions for more reproducible installs/builds.

Changes:

  • Add @datadog/browser-rum@6.32.0 as a runtime dependency and inject a Datadog RUM init script into the docs build.
  • Pin versions for key dev tools (@stoplight/spectral-cli, fern-api, js-yaml, prettier) and update lockfiles accordingly.
  • Update the docs publish workflow to substitute Datadog config values at build time using GitHub Actions secrets.

Reviewed changes

Copilot reviewed 4 out of 6 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
package.json Pins devDependency versions and adds @datadog/browser-rum dependency.
pnpm-lock.yaml Updates lockfile to reflect pinned versions and new Datadog packages.
package-lock.json Updates npm lockfile to reflect pinned versions and new Datadog packages.
fern/scripts/datadog-rum.js Adds Datadog RUM initialization script for the docs runtime.
fern/docs.yml Registers the Datadog script for beforeInteractive loading.
.github/workflows/publish-docs.yml Injects Datadog values via envsubst prior to publishing docs.
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 3, 2026

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.

2 participants