feat(agent-skills): add callout to Sentry Exporter page#16810
Draft
jaffrepaul wants to merge 5 commits intomasterfrom
Draft
feat(agent-skills): add callout to Sentry Exporter page#16810jaffrepaul wants to merge 5 commits intomasterfrom
jaffrepaul wants to merge 5 commits intomasterfrom
Conversation
Introduce a new AgentSkillsCallout component that replaces the generic Expandable for the Next.js getting-started page. The new design features: - A prominent "Agent-Assisted Setup" card with a "Recommended" badge - A one-line prompt users can copy directly into their coding agent (points to skills.sentry.gg short URL) - Collapsed by default with an expandable section for full skills package installation (dotagents + npx skills) - Purple color scheme matching the Sentry brand palette with proper light/dark mode support This is a POC applied only to the Next.js platform include (javascript.nextjs.mdx). Other platforms still use the old Expandable component and will be migrated separately. Also updates repo references from sentry-agent-skills to sentry-for-ai. Co-Authored-By: Claude <[email protected]>
Move install command rendering into the component using the existing CodeTabs and CodeBlock components instead of custom tab/pre markup. All MDX files now use self-closing <AgentSkillsCallout /> tags with no children — the component generates everything from the skill prop. Also replace raw <a> tags with next/link <Link> to fix lint warnings. Co-Authored-By: Claude <[email protected]>
…PHP, Nest.js, Svelte Add AgentSkillsCallout to platform getting-started pages that were missing it: - Apple/iOS (sentry-cocoa-sdk) via shared include - Android (sentry-android-sdk) - React Native (sentry-react-native-sdk) - Go (sentry-go-sdk) - PHP (sentry-php-sdk) - Nest.js (sentry-nestjs-sdk) - Svelte/SvelteKit (sentry-svelte-sdk) Co-Authored-By: Claude <[email protected]>
Co-Authored-By: Claude <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
2f4e13e to
fe1e3de
Compare
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
Adds the
AgentSkillsCalloutcomponent to the Sentry Exporter (OTLP) docs page, using thesentry-otel-exporter-setupskill.IS YOUR CHANGE URGENT?
SLA
Thanks in advance for your help!
PRE-MERGE CHECKLIST
Co-Authored-By: Claude [email protected]