Replace "AI Code Editor" sections to use Sentry Agent Skills#16575
Merged
Replace "AI Code Editor" sections to use Sentry Agent Skills#16575
Conversation
Replace copy-paste code snippet rules with agent skill install guidance across SDK documentation pages. Instead of providing static markdown rules files, users are now directed to install skills from getsentry/sentry-agent-skills via dotagents or npx skills. - Replace llm-rules-platform code snippets (JS, React, Next.js, Node.js) with concise agent skills expandables - Replace llm-rules-logs code snippets with sentry-setup-logging skill - Add sentry-setup-tracing skill to all tracing setup pages - Add sentry-setup-logging skill to all logs setup pages - Add sentry-setup-metrics skill to all metrics setup pages - Add sentry-setup-ai-monitoring skill to AI agent monitoring pages - Covers JavaScript, Python, Ruby, and .NET platforms Co-Authored-By: Claude <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Extend the Expandable component to support custom copy button labels via string values for the `copy` prop. When a string is provided: - The button displays the custom label instead of "Copy Rules" - Clicking copies only the first (primary) code block - The section expands to show what was copied All agent skills expandables now show a "Copy Install" button that copies the dotagents install command and expands the section. Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
Reference the specific skill instead of --all so users install only the AI monitoring skill from the relevant documentation pages. Co-Authored-By: Claude <noreply@anthropic.com>
KyleTryon
approved these changes
Feb 25, 2026
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.
DESCRIBE YOUR PR
Replace the static copy-paste code snippet rules ("AI Rules for Code Editors") with guidance to install Sentry Agent Skills via
dotagentsornpx skills. This shifts the developer experience from manually copying markdown rules into editor config files to installing maintained, versioned agent skills fromgetsentry/sentry-agent-skills.Changes:
llm-rules-platformcode snippets with "Sentry Agent Skills" expandable pointing to--allskills installllm-rules-logscode snippets withsentry-setup-loggingskillsentry-setup-tracingskill expandablesentry-setup-metricsskill expandablesentry-setup-ai-monitoringskill expandable24 files changed across JavaScript, Python, Ruby, and .NET platform docs.
IS YOUR CHANGE URGENT?
Help us prioritize incoming PRs by letting us know when the change needs to go live.
SLA
Thanks in advance for your help!
PRE-MERGE CHECKLIST
Make sure you've checked the following before merging your changes:
Co-Authored-By: Claude noreply@anthropic.com