Skip to content

Feat/claude agent setup#17262

Open
coolguyzone wants to merge 7 commits intomasterfrom
feat/claude-agent-setup
Open

Feat/claude agent setup#17262
coolguyzone wants to merge 7 commits intomasterfrom
feat/claude-agent-setup

Conversation

@coolguyzone
Copy link
Copy Markdown
Contributor

@coolguyzone coolguyzone commented Apr 6, 2026

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.

  • Urgent deadline (GA date, etc.): Needs to go out April 8 to coincide with product launch
  • 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

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

coolguyzone and others added 2 commits April 6, 2026 14:08
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 6, 2026

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

Project Deployment Actions Updated (UTC)
develop-docs Ready Ready Preview, Comment Apr 7, 2026 10:49pm
sentry-docs Ready Ready Preview, Comment Apr 7, 2026 10:49pm

Request Review

Sync lockfile with master to unblock PR preview builds.

Co-Authored-By: Claude <noreply@anthropic.com>
@sergical
Copy link
Copy Markdown
Member

sergical commented Apr 7, 2026

I'm not a huge fan of it being nested under Agent Skills - maybe AI can use an Integrations Sidebar section and have this and Cursor under it. Also should this page be mentioned inside existing integrations or is the plan to move it out? See https://sentry-docs-git-feat-claude-agent-setup.sentry.dev/organization/integrations/cursor/

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>
Comment on lines +1 to +9
---
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 />
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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>
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.

3 participants