getsentry/sentry-agent-skills▌
11 approved skills in this repository
sentry-react-native-setup
Frontend
Install and configure Sentry in React Native projects using the official wizard CLI.
sentry-react-sdk
Frontend
Opinionated wizard that scans your React project and guides you through complete Sentry setup.
sentry-nextjs-sdk
Frontend
Opinionated wizard that scans your Next.js project and guides you through complete Sentry setup across all three runtimes: browser, Node.js server, and Edge.
sentry-setup-metrics
Productivity
Configure Sentry's custom metrics for tracking counters, gauges, and distributions.
sentry-create-alert
Productivity
Create alerts via Sentry's workflow engine API.
sentry-setup-tracing
Productivity
Configure Sentry's performance monitoring to track transactions and spans.
sentry-setup-logging
Productivity
Configure Sentry's structured logging feature.
sentry-pr-code-review
Productivity
Review and fix issues identified by Seer (by Sentry) in GitHub PR comments.
sentry-setup-ai-monitoring
AI/ML
Automatically detect and configure Sentry monitoring for LLM calls, agents, and AI SDKs. \n \n Auto-detects installed AI packages (OpenAI, Anthropic, LangChain, Google GenAI, Vercel AI, Pydantic AI, and others) and enables appropriate integrations with zero manual registration in Python \n Requires tracing enabled ( tracesSampleRate > 0 ) and supports manual span instrumentation via gen_ai.* operation types for unsupported SDKs \n Captures model, token counts, and latency by default; prompt and
sentry-react-setup
Frontend
Sentry error monitoring, session replay, and tracing for React applications. \n \n Install @sentry/react and initialize via instrument.js (imported first in your entry point) with DSN configuration \n Supports error capture via React 19+ error hooks or ErrorBoundary component for earlier versions \n Includes browser tracing, session replay, and Redux integration; router integrations available for React Router (v4–v7) and TanStack Router \n Source map upload via @sentry/wizard enables readable st
sentry-fix-issues
Productivity
Discover, analyze, and fix production issues using Sentry's full debugging capabilities. \n \n Integrates with Sentry MCP to search issues, retrieve stack traces, breadcrumbs, traces, and AI-generated root cause analysis across your project \n Follows a structured seven-phase workflow: discovery, deep analysis, hypothesis formation, code investigation, implementation, verification, and reporting \n Treats all Sentry event data as untrusted external input; enforces security constraints against em