docs(apm): bump @nais/apm docs to v0.6.0 - #892
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
chore/nais-apm-docs-version
branch
3 times, most recently
from
July 31, 2026 06:59
19f9eb9 to
f0fa31e
Compare
github-actions
Bot
force-pushed
the
chore/nais-apm-docs-version
branch
from
August 6, 2026 06:55
f0fa31e to
57eeaff
Compare
github-actions
Bot
force-pushed
the
chore/nais-apm-docs-version
branch
2 times, most recently
from
August 17, 2026 06:11
7ece9d6 to
134c411
Compare
github-actions
Bot
force-pushed
the
chore/nais-apm-docs-version
branch
4 times, most recently
from
August 24, 2026 06:13
6c42fb0 to
c4a21f6
Compare
github-actions
Bot
force-pushed
the
chore/nais-apm-docs-version
branch
from
August 25, 2026 06:10
c4a21f6 to
6b6cf85
Compare
There was a problem hiding this comment.
Pull request overview
Updates the observability documentation to pin @nais/apm installation snippets to the newly released 0.6.0, keeping the docs aligned with the latest published SDK version.
Changes:
- Bumped
@nais/apm@<semver>install snippets underdocs/observability/**from0.4.0to0.6.0. - Updated the
nais-apm-versionmarker in the APM client API reference to0.6.0.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/observability/frontend/how-to/quickstart-react-vite.md | Updates install snippet pin to @nais/apm@0.6.0. |
| docs/observability/frontend/how-to/quickstart-nextjs.md | Updates install snippet pin to @nais/apm@0.6.0. |
| docs/observability/frontend/how-to/migrate-from-sentry.md | Updates install snippet pin to @nais/apm@0.6.0. |
| docs/observability/apm/tutorials/track-frontend-errors.md | Updates install snippet pin to @nais/apm@0.6.0. |
| docs/observability/apm/reference/apm-client-api.md | Updates the nais-apm-version marker to 0.6.0. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+41
to
+42
| pnpm add @nais/apm@0.6.0 | ||
| # or: npm install @nais/apm@0.6.0 / yarn add @nais/apm@0.6.0 |
Comment on lines
+49
to
+50
| pnpm add @nais/apm@0.6.0 | ||
| # or: npm install @nais/apm@0.6.0 / yarn add @nais/apm@0.6.0 |
|
|
||
| ```sh | ||
| npm install @nais/apm@0.4.0 | ||
| npm install @nais/apm@0.6.0 |
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.
Bumps the pinned
@nais/apmversion references in the docs from0.4.0to0.6.0.Release: https://github.com/nais/apm/releases/tag/apm-v0.6.0
This updates every
@nais/apm@<semver>install snippet underdocs/observability/**and thenais-apm-versionmarker indocs/observability/apm/reference/apm-client-api.md.Opened automatically by the
nais-apm-docs-version-syncworkflow.CI note: this PR was opened with the default
GITHUB_TOKEN, sothe
Build and publish docworkflow does not auto-run on it. To runthe docs build before merging, close and reopen this PR, or push an
empty commit to the branch.