feat(middleware): Expand AI agent guidance with docs and plugin links#108938
Merged
feat(middleware): Expand AI agent guidance with docs and plugin links#108938
Conversation
Add IDE/agent plugin links (sentry-for-claude, sentry-for-cursor), documentation links (platform guides, SDK setup), and improve the overall structure of the markdown guidance served to AI agents hitting the web UI. Co-Authored-By: Claude <noreply@anthropic.com>
betegon
approved these changes
Feb 23, 2026
BYK
reviewed
Feb 23, 2026
Promote the Sentry CLI (cli.sentry.dev) instead of individual IDE plugin links, per review feedback. Co-Authored-By: Claude <noreply@anthropic.com>
mchen-sentry
pushed a commit
that referenced
this pull request
Feb 24, 2026
…#108938) Expands the markdown guidance served by the AI agent middleware to be a more useful quick-start guide. Adds links to IDE/agent plugins (sentry-for-claude, sentry-for-cursor), documentation (platform guides, SDK setup), and improves the overall structure and copy of the response. Previously the guidance only pointed to the MCP server and REST API. Agents now also get pointers to the full docs site and pre-built editor integrations. --------- Co-authored-by: Claude <noreply@anthropic.com>
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Expands the markdown guidance served by the AI agent middleware to be a more
useful quick-start guide. Adds links to IDE/agent plugins (sentry-for-claude,
sentry-for-cursor), documentation (platform guides, SDK setup), and improves
the overall structure and copy of the response.
Previously the guidance only pointed to the MCP server and REST API. Agents
now also get pointers to the full docs site and pre-built editor integrations.