Skip to content

feat (AI): Add new Sentry in AI section to docs#16311

Open
sfanahata wants to merge 23 commits intomasterfrom
sentry-in-ai
Open

feat (AI): Add new Sentry in AI section to docs#16311
sfanahata wants to merge 23 commits intomasterfrom
sentry-in-ai

Conversation

@sfanahata
Copy link
Contributor

@sfanahata sfanahata commented Feb 9, 2026

DESCRIBE YOUR PR

Moving some of the documentation front and center around how Sentry integrates with agents (both in offering monitoring, and with tools like the MCP).

Preview: https://sentry-docs-git-sentry-in-ai.sentry.dev/ai/

IS YOUR CHANGE URGENT?

Help us prioritize incoming PRs by letting us know when the change needs to go live.

  • Urgent deadline (GA date, etc.):
  • Other deadline:
  • None: Not urgent, can wait up to 1 week+

SLA

  • Teamwork makes the dream work, so please add a reviewer to your PRs.
  • Please give the docs team up to 1 week to review your PR unless you've added an urgent due date to it.
    Thanks in advance for your help!

PRE-MERGE CHECKLIST

Make sure you've checked the following before merging your changes:

  • Checked Vercel preview for correctness, including links
  • PR was reviewed and approved by any necessary SMEs (subject matter experts)
  • PR was reviewed and approved by a member of the Sentry docs team

@vercel
Copy link

vercel bot commented Feb 9, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
develop-docs Ready Ready Preview, Comment Feb 19, 2026 5:29am
sentry-docs Ready Ready Preview, Comment Feb 19, 2026 5:29am

Request Review

@sfanahata sfanahata marked this pull request as draft February 9, 2026 22:07
@sfanahata sfanahata changed the title feat (AI): Add new Sentry in AI section to docs [WIP] feat (AI): Add new Sentry in AI section to docs Feb 9, 2026
@sfanahata sfanahata requested a review from codyde February 9, 2026 22:07
Shannon Anahata and others added 2 commits February 9, 2026 14:11
- docs/ai/mcp.mdx: keep current client setup, add Advanced Features line from master
- docs/ai/monitoring/agents/dashboard.mdx: merge intro text, use /ai/monitoring/agents/ links
- docs/ai/monitoring/mcp/index.mdx: use overview-tab.png, fix getting-started link to /ai/monitoring/mcp/getting-started/
- docs/product/ai-in-sentry/index.mdx: drop duplicate AI Code Review, add AI Summaries and Privacy and security from master
- Add docs/ai/monitoring/agents/costs.mdx from master with updated dashboard link
- Keep all agent/mcp images in docs/ai/monitoring/ paths; add master’s new images (overview-tab, etc.)

Co-authored-by: Cursor <cursoragent@cursor.com>
@codeowner-assignment codeowner-assignment bot requested a review from a team February 9, 2026 22:31
…pdates from master

- Add dotagents documentation page with beta badge and full quick start guide
- Add dotagents LinkCard to the Sentry for AI landing page
- Add dotagents as alternative install method in agent-skills docs
- Sync agent-skills with sentry-agent-skills repo: add sentry-create-alert, remove unlisted sentry-nextjs-setup
- Port OpenCode client setup and reauthentication troubleshooting from master MCP docs

Co-Authored-By: Claude <noreply@anthropic.com>
@codyde codyde removed request for a team February 19, 2026 05:15
@codyde codyde changed the title [WIP] feat (AI): Add new Sentry in AI section to docs feat (AI): Add new Sentry in AI section to docs Feb 19, 2026
@codyde codyde marked this pull request as ready for review February 19, 2026 05:16
Co-Authored-By: Claude <noreply@anthropic.com>
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 4 potential issues.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

},
{
from: '/product/sentry-mcp/',
to: '/ai/mcp/',
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing redirect for deleted AI index page

High Severity

The docs/product/insights/ai/index.mdx file was deleted but no redirect was added from /product/insights/ai/ to the new location (e.g. /ai/monitoring/). This path will now 404. Worse, redirects.js line 1097 still redirects /product/insights/llm-monitoring/:path* to /product/insights/ai/, creating a broken redirect chain — users following that redirect will land on a 404.

Fix in Cursor Fix in Web

{
from: '/product/insights/ai/agents/getting-started/',
to: '/ai/monitoring/agents/getting-started/',
},
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing redirect for agents privacy page

Medium Severity

The agents privacy page moved from /product/insights/ai/agents/privacy/ to /ai/monitoring/agents/privacy/, but no redirect was added for the old path. The middleware has redirects for the sibling pages (dashboard, costs, getting-started) but not privacy, so the old URL will 404.

Fix in Cursor Fix in Web

{
from: '/product/insights/ai/mcp/getting-started/',
to: '/ai/monitoring/mcp/getting-started/',
},
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing redirect for MCP dashboard page

Medium Severity

The MCP dashboard page moved from /product/insights/ai/mcp/dashboard/ to /ai/monitoring/mcp/dashboard/, but no redirect was added. The middleware redirects the MCP index and getting-started pages but not the dashboard page, so the old URL will 404.

Fix in Cursor Fix in Web

)
),
LinkCard,
LinkCardGrid,
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Redundant LinkCard registration in page component

Low Severity

LinkCard and LinkCardGrid are added to mdxComponentsWithWrapper explicitly on lines 65–66, but they're already included in the object returned by mdxComponents() (lines 135–136 of mdxComponents.ts). The spread already includes them, making the explicit additions redundant.

Additional Locations (1)

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments