Commit 54ba728
docs: Add Sentry MCP error monitoring cookbook (#8060)
* Add Sentry MCP error monitoring cookbook
- Create comprehensive Sentry MCP cookbook following PostHog/Netlify structure
- Add automated error analysis workflow with AI-powered root cause detection
- Include GitHub Actions workflow for continuous error monitoring (runs every 6 hours)
- Add cookbook to docs.json navigation in Cookbooks section
- All links grounded in official Sentry documentation
- Uses Mintlify components consistent with existing cookbooks
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
* Address Patrick's feedback on Sentry MCP cookbook
- Make sidebar title match page title
- Focus on Sentry Issues only (remove references to Releases/Performance in learning section)
- Remove all references to Sentry's Seer AI to avoid confusion
- Simplify MCP configuration approach
- Fix comment formatting in code blocks for better copy/paste
- Consider PR creation instead of just issues (keeping issues for now as PRs need more context)
Generated with [Continue](https://continue.dev)
Co-Authored-By: Continue <noreply@continue.dev>
* Add Sentry and dlt cookbooks to guides overview
- Add Sentry MCP error monitoring cookbook to the MCP Integration section
- Add dlt data pipelines cookbook to the MCP Integration section
- Maintain alphabetical ordering within the MCP cookbook list
Generated with [Continue](https://continue.dev)
Co-Authored-By: Continue <noreply@continue.dev>
* Add Quick Start section to Sentry guide with pre-built agent
- Added Quick Start section similar to PostHog guide
- Featured continuedev/sentry-continuous-ai agent from Continue Hub
- Improved messaging and structure for faster onboarding
- Updated Agent Requirements accordion with Pro Plan option
- Fixed table formatting with left-aligned columns
- Aligned GitHub CLI vs MCP messaging with PostHog guide
Generated with [Continue](https://continue.dev)
Co-Authored-By: Continue <noreply@continue.dev>
* Move Configure Sentry MCP tab to first position
- Reordered tabs in Step 1 to prioritize MCP configuration
- Configure Sentry MCP is now the leftmost tab for better visibility
Generated with [Continue](https://continue.dev)
Co-Authored-By: Continue <noreply@continue.dev>
* Update STDIO mode example with host parameter and environment variables
- Added clarification that STDIO mode is for local development or self-hosted Sentry
- Included environment variable configuration option (SENTRY_ACCESS_TOKEN, SENTRY_HOST)
- Added Info box explaining --host parameter requirement with examples
- Matches official Sentry MCP documentation
Generated with [Continue](https://continue.dev)
Co-Authored-By: Continue <noreply@continue.dev>
* Add rocket emoji back to Card title
- SVG icon not rendering properly, using emoji fallback
- Matches PostHog guide formatting
Generated with [Continue](https://continue.dev)
Co-Authored-By: Continue <noreply@continue.dev>
* Remove rocket emoji from Card title
- Let rocket icon handle the visual representation
- Cleaner appearance without duplicate visual elements
Generated with [Continue](https://continue.dev)
Co-Authored-By: Continue <noreply@continue.dev>
* Add Sentry GitHub Action integration with Continue CLI
- Integrated Sentry Release GitHub Action for release tracking
- Enhanced workflow to create Sentry releases on push to main
- Updated Continue CLI prompt to generate comprehensive AI-powered issue descriptions
- Added SENTRY_PROJECT to required secrets
- Improved workflow summary with GitHub Step Summary
- Added documentation on combining Sentry releases with Continue CLI
- Link to official Sentry GitHub Actions documentation
Generated with [Continue](https://continue.dev)
Co-Authored-By: Continue <noreply@continue.dev>
* Update sidebar title to start with 'Sentry'
- Changed sidebarTitle from 'Automated Error Analysis with Sentry MCP' to 'Sentry Automated Error Analysis with MCP'
- Improves discoverability by having Sentry as the first word
Generated with [Continue](https://continue.dev)
Co-Authored-By: Continue <noreply@continue.dev>
* Update sentry-mcp-error-monitoring.mdx
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Continue <noreply@continue.dev>
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>1 parent 22c6799 commit 54ba728
File tree
3 files changed
+536
-0
lines changed- docs
- guides
3 files changed
+536
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
| 265 | + | |
265 | 266 | | |
266 | 267 | | |
267 | 268 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
0 commit comments