Merged
Conversation
…ent-requirements-supported-frameworks.mdx Co-authored-by: Kayla Reopelle <87386821+kaylareopelle@users.noreply.github.com>
## Changes: - Updated metaDescription to accurately describe Nuxt.js browser monitoring - Restructured documentation using Steps component for consistent formatting - Marked infrastructure agent installation as optional - Updated browser monitoring installation to use Nuxt.js tile (not Vue tile) - Added note that Nuxt.js tile requires search function (not in browser/mobile collection) - Updated configuration instructions for Nuxt 3 and above: - Changed from `static` to `public` folder (with Nuxt 2 note) - Removed unnecessary function wrapper requirement - Updated to modern `defineNuxtConfig` and `app.head` syntax - Simplified script configuration (removed deprecated properties) - Added figcaption for dashboard screenshot - Improved section formatting and anchor links These changes ensure the documentation works correctly with Nuxt 3+ while maintaining backward compatibility notes for Nuxt 2 users. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- Renamed file from nuxt-js-integration.mdx to nuxt-integration.mdx - Updated title and tags to use "Nuxt" instead of "Nuxt.js" - Removed Nuxt 2 instructions and references - Updated navigation menu item to "Nuxt integration" - Added redirect from old URL to maintain backward compatibility 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Add documentation for three new configuration settings that enable Mutual TLS (mTLS) authentication for the agent's local HTTP server. These settings allow the agent to securely receive integration payloads (e.g., StatsD) over HTTPS. New configuration parameters include: - http_server_cert: Path to the PEM-encoded certificate used to listen for payloads over HTTPS. - http_server_key: Path to the PEM-encoded key for the HTTPS listener. - http_server_ca: Path to the PEM-encoded CA certificate used to enforce client certificate validation for incoming requests. These settings were introduced in version 1.24.0. Resolves: NR-500729.
…uto-update docs: Updated Node.js agent compatibility report
fix: codeblock languages & indentation
chore: add Node.js Agent v13.10.0 Release Notes
Updating tool names to the latest ones. get_entity_error_groups -> list_entity_error_groups and fetch_entity -> get_entity
[DO NOT MERTGE]Update Nuxt.js integration docs for Nuxt 3+ and improve formatting
Update MCP server tool names to the latest
…nt-documentation docs: add mTLS configuration for infra agent
…son-1b0ffa4d Update Attribute Dictionary JSON -
|
Hi @WriteMayur 👋 Thanks for your pull request! Your PR is in a queue, and a writer will take a look soon. We generally publish small edits within one business day, and larger edits within three days. Please ensure the propsed changes look good by building it first in your local environment. Refer to this contribution guide to get the site up and running in your local. If you really require a preview url, reach out to one of the writers and they will generate one for you. |
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.