feat(observability): add datadog and pin package versions#864
Draft
mpcolandro wants to merge 5 commits intomainfrom
Draft
feat(observability): add datadog and pin package versions#864mpcolandro wants to merge 5 commits intomainfrom
mpcolandro wants to merge 5 commits intomainfrom
Conversation
There was a problem hiding this comment.
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.0as 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.