{"id":35746804,"url":"https://github.com/getsentry/sentry-for-ai","last_synced_at":"2026-04-09T01:00:52.461Z","repository":{"id":324006056,"uuid":"1093380648","full_name":"getsentry/sentry-for-ai","owner":"getsentry","description":"Teach your AI coding assistant how to use Sentry - setup, debugging, alerts, and more","archived":false,"fork":false,"pushed_at":"2026-04-08T07:22:37.000Z","size":948,"stargazers_count":104,"open_issues_count":6,"forks_count":17,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-08T09:26:19.191Z","etag":null,"topics":["tag-production"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/getsentry.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null},"funding":{"custom":["https://sentry.io/pricing/","https://sentry.io/"]}},"created_at":"2025-11-10T09:45:55.000Z","updated_at":"2026-04-08T07:22:39.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/getsentry/sentry-for-ai","commit_stats":null,"previous_names":["getsentry/sentry-for-claude"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/getsentry/sentry-for-ai","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fsentry-for-ai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fsentry-for-ai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fsentry-for-ai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fsentry-for-ai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/getsentry","download_url":"https://codeload.github.com/getsentry/sentry-for-ai/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fsentry-for-ai/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31580507,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["tag-production"],"created_at":"2026-01-06T18:00:46.113Z","updated_at":"2026-04-09T01:00:52.221Z","avatar_url":"https://github.com/getsentry.png","language":"Shell","funding_links":["https://sentry.io/pricing/","https://sentry.io/"],"categories":["monitoring"],"sub_categories":[],"readme":"# Sentry for AI\n\nYour AI coding assistant already knows how to write code. This plugin teaches it Sentry — how to set it up, how to find and fix production issues, and how to get the most out of every feature.\n\nWhether you're adding Sentry to a new project, debugging a spike in errors, or configuring alerts, just ask. The plugin gives your assistant the context it needs to do it right.\n\nSupports **Claude Code** and **Cursor**.\n\n## What You Can Do\n\n**Set up Sentry in any project** — SDK setup wizards that detect your stack, recommend the right features, and walk through the full installation. No copy-pasting from docs.\n\n```\nAdd Sentry to my Next.js app\nSet up Sentry in my Rails project\nAdd error monitoring to my iOS app\n```\n\n**Find and fix production issues** — Query your Sentry environment, triage errors, and fix them in place.\n\n```\n/seer What are the top errors in the last 24 hours?\n/seer Which issues are affecting the most users?\nFix the recent Sentry errors\n```\n\n**Review code with Sentry context** — Automatically resolve bugs that Sentry or Seer flag in pull request comments.\n\n```\nReview PR #118 and fix the Sentry comments\n```\n\n**Configure monitoring** — Set up alerts, instrument AI/LLM calls, connect OpenTelemetry pipelines.\n\n```\nCreate a Slack alert for new high-priority issues\nMonitor my OpenAI calls with Sentry\nSet up OTel Collector with Sentry exporter\n```\n\n## Installation\n\n### Claude Code\n\n```bash\n/install-plugin sentry\n```\n\nRestart Claude Code to activate, then verify:\n\n```bash\n/help           # Should show /seer command\n/mcp            # Should show sentry MCP server\n```\n\n### Cursor\n\nSearch for **Sentry** in Cursor Settings \u003e Plugins and install.\n\n### From Source\n\n```bash\ngit clone https://github.com/getsentry/sentry-for-ai.git\n\n# Claude Code\n/install-plugin file:///path/to/sentry-for-ai\n\n# Cursor\nln -s /path/to/sentry-for-ai ~/.cursor/plugins/local/sentry-for-ai\n```\n\n## Skills\n\n### SDK Setup Wizards\n\nFull platform bundles that scan your project, recommend features, and guide you through setup — error monitoring, tracing, profiling, session replay, logging, and more.\n\n| Skill | Platforms |\n|-------|-----------|\n| `sentry-android-sdk` | Android (Jetpack Compose, Views, OkHttp, Room, Fragment, Timber) |\n| `sentry-cocoa-sdk` | iOS, macOS, tvOS, watchOS, visionOS (Swift, UIKit, SwiftUI) |\n| `sentry-dotnet-sdk` | ASP.NET Core, MAUI, WPF, WinForms, Azure Functions, Blazor, gRPC |\n| `sentry-go-sdk` | Go (net/http, Gin, Echo, Fiber) |\n| `sentry-nestjs-sdk` | NestJS (Express, Fastify, GraphQL, Microservices, WebSocket) |\n| `sentry-nextjs-sdk` | Next.js App Router + Pages Router, Vercel |\n| `sentry-node-sdk` | Node.js, Bun, Deno (Express, Fastify, Koa, Hapi, NestJS, Connect, Bun.serve, Deno.serve) |\n| `sentry-php-sdk` | PHP (Laravel, Symfony) |\n| `sentry-python-sdk` | Python (Django, Flask, FastAPI, Celery, Starlette, AIOHTTP) |\n| `sentry-react-native-sdk` | React Native, Expo managed/bare |\n| `sentry-react-sdk` | React 16+, React Router v5-v7, TanStack Router, Redux |\n| `sentry-ruby-sdk` | Ruby, Rails, Sinatra, Rack, Sidekiq |\n| `sentry-svelte-sdk` | Svelte, SvelteKit |\n\n### Feature Setup\n\n| Skill | Description |\n|-------|-------------|\n| `sentry-setup-ai-monitoring` | Instrument OpenAI, Anthropic, LangChain, Vercel AI, Google GenAI |\n| `sentry-otel-exporter-setup` | Configure OTel Collector with Sentry Exporter for multi-project routing |\n\n### Workflow\n\n| Skill | Description |\n|-------|-------------|\n| `sentry-code-review` | Fix bugs detected by Sentry in GitHub PR comments |\n| `sentry-pr-code-review` | Resolve issues flagged by Seer Bug Prediction |\n| `sentry-fix-issues` | Find and fix Sentry issues using MCP |\n| `sentry-create-alert` | Create alerts using the Sentry workflow engine API |\n\n### Slash Commands\n\n| Command | Description |\n|---------|-------------|\n| `/seer \u003cquery\u003e` | Ask questions about your Sentry environment in natural language |\n\n## Prerequisites\n\nThe plugin configures the [Sentry MCP server](https://mcp.sentry.dev) automatically on install. No extra setup needed.\n\nSome workflow skills require the [GitHub CLI](https://cli.github.com/):\n\n```bash\nbrew install gh    # macOS\ngh auth login\n```\n\n## Contributing\n\nSkills follow the [Agent Skills specification](https://agentskills.io). Each skill is a directory with a `SKILL.md` file containing YAML frontmatter and markdown instructions. SDK bundles include a `references/` directory for feature-specific deep dives.\n\nUse the `sentry-sdk-skill-creator` skill to scaffold new SDK bundles — it handles research, writing, and validation.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetsentry%2Fsentry-for-ai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetsentry%2Fsentry-for-ai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetsentry%2Fsentry-for-ai/lists"}