Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Sync lockfile with master to unblock PR preview builds. Co-Authored-By: Claude <noreply@anthropic.com>
|
I'm not a huge fan of it being nested under |
Move claude.mdx from docs/ai/agent-skills/ to docs/organization/integrations/claude/index.mdx to match the pattern used by Cursor Agent. Retitle to "Claude Agent" and set sidebar_order: 0 to appear above Cursor Agent in the nav. Co-Authored-By: Claude <noreply@anthropic.com>
Create docs/organization/integrations/coding-agents/ as a new section landing page and move Claude Agent and Cursor Agent under it. Nav structure: Integrations > Coding Agents > Claude Agent / Cursor Agent Co-Authored-By: Claude <noreply@anthropic.com>
| --- | ||
| title: Coding Agents | ||
| sidebar_order: 6 | ||
| description: "Connect AI coding agents to Sentry to automatically debug and fix issues using Seer's root cause analysis." | ||
| --- | ||
|
|
||
| Connect an AI coding agent to Sentry so that Seer's root cause analysis can be sent directly to the agent for automated fix generation and pull request creation. | ||
|
|
||
| <PageGrid /> |
There was a problem hiding this comment.
Bug: Moving the Cursor Agent documentation broke two internal links and a redirect, which now point to a non-existent path and will cause 404 errors.
Severity: MEDIUM
Suggested Fix
Update the two broken links in docs/organization/integrations/index.mdx and docs/product/ai-in-sentry/seer/index.mdx to point to the new path: /organization/integrations/coding-agents/cursor/. Also, update the redirect in redirects.js to point to this new destination.
Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent.
Verify if this is a real issue. If it is, propose a fix; if not, explain why it's not
valid.
Location: docs/organization/integrations/coding-agents/index.mdx#L1-L9
Potential issue: The Cursor Agent documentation was moved from
`docs/organization/integrations/cursor/` to
`docs/organization/integrations/coding-agents/cursor/`. However, internal links and a
redirect were not updated to reflect this change. Specifically, a link in
`docs/organization/integrations/index.mdx` and another in
`docs/product/ai-in-sentry/seer/index.mdx` still point to the old, now non-existent path
`/organization/integrations/cursor/`. Additionally, a redirect in `redirects.js` from
`/integrations/cursor/` also points to this deleted path. Users clicking these links or
using old bookmarks will encounter a 404 error page.
Did we get this right? 👍 / 👎 to inform future reviews.
…s move Update internal links in integrations index and seer docs, and fix the redirects.js destination to point to the new path after Cursor Agent was moved under coding-agents/. Add a redirect from the old /organization/integrations/cursor/ path to prevent 404s. Co-Authored-By: Claude <noreply@anthropic.com>
DESCRIBE YOUR PR
See https://sentry-docs-git-feat-claude-agent-setup.sentry.dev/ai/agent-skills/claude/
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:
LEGAL BOILERPLATE
Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need some rights from me in order to utilize my contributions in this here PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms.
EXTRA RESOURCES