Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →

getsentry/sentry-for-ai

31 skills66.9k installs7.5k starsGitHub

Install

npx skills add https://github.com/getsentry/sentry-for-ai

Skills in this repo

1Sentry Fix IssuesFind and fix issues from Sentry using MCP Use when asked to fix Sentry errors debug production issues investigate exceptions or resolve bugs reported in Sentry Methodically analyzes stack traces breadcrumbs traces and context to identify root causes name sentry-fix-issues description Find and fix issues from Sentry using MCP Use when asked to fix Sentry errors debug production issues investigate exceptions or resolve bugs reported in Sentry Methodically analyzes stack traces breadcrumbs traces and context to identify root causes license Apache-2 0 category workflow parent sentry-workflow disable-model-invocation true All Skills SKILL_TREE md Workflow sentry-workflow SKILL md Fix Issues Fix Sentry Issues Discover analyze and fix production issues using Sentry's full debugging capabilities Invoke This Skill When User asks to fix Sentry issues or resolve Sentry errors User wants to debug production bugs or investigate exceptions User mentions issue IDs error messages or asks about recent failures User wants to triage or work through their Sentry backlog Prerequisites Sentry MCP server configured and connected Access to the Sentry project organization Security5.9kinstalls2Sentry React Native SdkSentry React Native SDK is an opinionated wizard skill that scans React Native or Expo projects and guides complete Sentry setup for mobile observability. Phase 1 detects project type, Expo SDK version, navigation library, Hermes, existing Sentry.init, and backend directories via package.json and file inspection commands. Phase 2 recommends error monitoring, tracing, and session replay as core mobile coverage with optional profiling, logging, and user feedback. Phase 3 walks wizard CLI npx @sentry/wizard@latest -i reactNative or manual paths for Expo managed SDK 50+, bare RN, and legacy sentry-expo on older Expo. Configuration covers metro.config.js serializers, Expo config plugin options, Sentry.init with mobileReplayIntegration, Sentry.wrap on root components, reactNavigationIntegration or Expo Router auto tracking, and source map upload via sentry.properties. Verification throws test errors and checks Issues, Traces, Replays, and Logs dashboards while noting Expo Go limitations for native crashes and replay. Phase 4 cross-links sibling backend skills when adjacent services lack Sentry and configures tracePropagationTargets for distributed tracing.3.5kinstalls3Sentry WorkflowSentry Workflows is a router skill that maps user intent to the correct Sentry workflow documentation before improvising fixes. It mandates asking which scenario applies when unclear instead of guessing. Production exceptions, stack traces, breadcrumbs, and live triage route to sentry-fix-issues fetched from skills.sentry.dev. Sentry bot or sentry[bot] GitHub PR comments route to sentry-code-review. Seer bug prediction or PR review for predicted issues route to sentry-pr-code-review. SDK version upgrades, migrations, and deprecated API fixes route to sentry-sdk-upgrade. Skills must be downloaded with curl -sL against the exact Path column URLs because summarized fetches drop critical details. The page explicitly warns not to skip the routing section and to trust each downstream skill's detection logic and prerequisites. SDK setup and feature configuration questions defer to the full Skill Tree rather than this router. Each linked workflow skill contains its own step-by-step instructions for debugging production issues and maintaining code quality with Sentry context.3.4kinstalls4Sentry Nextjs Sdksentry-nextjs-sdk is an opinionated Sentry setup wizard for Next.js 13+ apps using App Router or Pages Router. Phase 1 runs detection commands on package.json, router layout, existing instrumentation.ts, next.config, error boundaries, build tool, logging libraries, and companion backends before recommending changes. It covers installing or upgrading @sentry/nextjs (8.28.0 or newer per docs), merging into existing instrumentation.ts, wiring withSentryConfig(), and adding global-error.tsx or _error.tsx depending on router type. Feature scope spans error monitoring, distributed tracing, session replay, structured logging, profiling, AI monitoring for LLM calls, and cron monitoring. The skill distinguishes Turbopack versus webpack constraints, notes tree-shaking limits in withSentryConfig for webpack-only setups, and documents server action and server component error capture plus edge runtime coverage. Developers invoke it when asked to add Sentry to Next.js, configure @sentry/nextjs, or instrument AI pipelines inside Next.js applications. Outputs are concrete config files and instrumentation hooks aligned with current docs.sentry.io Next.js guidance.2.9kinstalls5Sentry Sdk Setupsentry-sdk-setup is a router skill in getsentry/sentry-for-ai that helps agents add Sentry error monitoring, tracing, and session replay by detecting the user's platform and loading the matching SDK-specific skill. It instructs agents to inspect project manifests such as package.json, go.mod, requirements.txt, Gemfile, csproj, or build.gradle, report the detected platform to the user, and wait for confirmation before fetching any SDK skill from skills.sentry.dev via curl. The skill table maps Android, browser JavaScript, Cloudflare Workers, Apple Cocoa, .NET, Elixir, Go, NestJS, Next.js, Node, PHP, Python, Flutter, React Native, React, React Router, TanStack Start, Ruby, and Svelte to dedicated SDK paths. Platform detection priority rules resolve conflicts such as choosing sentry-nestjs-sdk over sentry-node-sdk when NestJS core is present, or sentry-cloudflare-sdk over node for wrangler projects. Each downstream SDK skill contains prerequisites, detection logic, and step-by-step configuration that agents must follow rather than improvising installs. The router enforces reading the full fetched SKILL.md because summarized copies lose critical setup details.2.8kinstalls6Sentry Create Alertsentry-create-alert walks agents through Sentry's beta workflow engine API to provision issue alerts with triggers, filter conditions, and notification actions. The skill gathers org slug, region, auth token scope, alert name, trigger events, optional filters, and action targets before resolving member, team, and integration IDs via curl helpers. It documents polymorphic comparison fields for priority, frequency, tags, assignment, level, age, and category conditions, plus action types spanning email, Slack, PagerDuty, Discord, Microsoft Teams, Opsgenie, Jira, and GitHub. Payload structure places actions inside actionFilters while triggers.actions stays empty. Creation expects HTTP 201, verification links to monitors or legacy rules UI, and follow-up CRUD covers list, get, update, and delete workflows. Troubleshooting maps 401, 403, 404, and 400 errors to token scope, org membership, region, and JSON validation fixes for reliable on-call routing.2.7kinstalls7Sentry Feature SetupSentry Feature Setup is a router skill that helps agents pick the right Sentry capability beyond basic SDK installation. It instructs agents to ask which feature is needed instead of guessing, then curl the matching skill from skills.sentry.dev because summarized fetches lose critical setup detail. Routing covers AI and LLM monitoring for OpenAI, Anthropic, LangChain, Vercel AI, Google GenAI, and Pydantic AI via sentry-setup-ai-monitoring, OpenTelemetry Collector export via sentry-otel-exporter-setup, alerts and Slack or PagerDuty workflows via sentry-create-alert, span streaming migrations per language, and the sentry-instrumentation-guide when choosing logs versus spans versus metrics. Each linked skill owns its own detection logic and step-by-step instructions. Use it when users mention AI tracing, OTel pipelines, on-call alerts, traceLifecycle or spanStreamingIntegration, or need guidance on what signal to instrument where in a Sentry-backed stack.2.7kinstalls8Sentry Node SdkSentry Node.js, Bun, and Deno SDK is an opinionated setup wizard for server-side JavaScript and TypeScript runtimes covering error monitoring, tracing, logging, profiling, crons, metrics, and AI monitoring. Phase one detects runtime, framework packages, module system, existing instrument files, logging libraries, cron schedulers, AI libraries, and OpenTelemetry usage via package.json and filesystem scans. Phase two recommends concrete features instead of open-ended questions, choosing @sentry/node, @sentry/bun, or @sentry/deno with ESM --import instrument.mjs or CJS require patterns. Framework-specific handlers cover Express, Fastify, Koa, Hapi, Connect, Bun.serve, and Deno.serve, with cross-links to NestJS and Next.js sibling skills when detected. The skill merges into existing instrument files rather than overwriting, routes OpenTelemetry users to OTLP integration, and suggests Sentry Logs when winston or pino is present. Crons monitoring activates when node-cron, bull, or similar schedulers appear; AI monitoring when OpenAI, Anthropic, or LangChain packages are found. Disable-model-invocation metadata marks it as a guided SDK setup skill under the sentry-sdk-setup parent tree.2.6kinstalls9Sentry React SdkSentry React SDK is an opinionated wizard scanning React projects and guiding complete @sentry/react setup for error monitoring, tracing, session replay, profiling, and logging. Phase one detects React version, existing Sentry packages, router type, Redux usage, build tool, and adjacent backend directories via package.json and config file inspection. Phase two recommends error monitoring always plus tracing and session replay for SPAs, with optional logging and experimental profiling when cross-origin isolation allows. Phase three installs @sentry/react, creates instrument.ts initialized before other imports, configures browserTracingIntegration and replayIntegration, and sets DSN env vars per Vite, CRA, or webpack. React 19 uses reactErrorHandler on createRoot while earlier versions wrap Sentry.ErrorBoundary. Router integrations cover React Router v5 through v7 non-framework and TanStack Router browser tracing. Redux apps add createReduxEnhancer and Vite projects use sentryVitePlugin for source maps. Framework mode React Router apps should switch to sentry-react-router-framework-sdk instead.2.6kinstalls10Sentry Setup Ai MonitoringThe sentry-setup-ai-monitoring skill configures Sentry to track LLM calls, agent executions, tool usage, and token consumption after detecting installed AI SDKs. Prerequisites require tracing enabled with tracesSampleRate above zero and setting gen_ai.conversation.id for multi-turn chats when integrations do not infer it. A data capture warning mandates explicit user confirmation before sendDefaultPii or recordInputs and recordOutputs because prompts may contain PII regulated under GDPR or CCPA. Detection greps package.json or requirements for OpenAI, Anthropic, Vercel AI, LangChain, Google GenAI, and related packages, then checks sampling configuration and offers tracesSampler patterns when AI spans would be dropped. JavaScript integrations such as openAIIntegration auto-enable on Node.js at Sentry SDK 10.53.0 plus with streamGenAiSpans, while browser and Next.js OpenAI clients need manual instrumentOpenAiClient wrapping. Python integrations auto-enable when packages install at SDK 2.60.0 plus with stream_gen_ai_spans. Manual instrumentation documents gen_ai chat, invoke_agent, execute_tool, and handoff span ops when no SDK is detected.2.5kinstalls11Sentry Sdk UpgradeThe sentry-sdk-upgrade skill migrates Sentry JavaScript SDKs across major versions such as v7 to v8, v8 to v9, or v9 to v10 with AI-guided file-by-file changes. Detection reads all @sentry package versions in package.json, infers framework targets like Next.js, Nuxt, SvelteKit, React SPA, Express, or NestJS, locates sentry config and instrumentation files, and greps deprecated imports from @sentry/hub, @sentry/tracing, BrowserTracing, startTransaction, getCurrentHub, and related APIs. Recommendations load version-specific references v7-to-v8, v8-to-v9, and v9-to-v10, categorizing auto-fixable import renames, AI-assisted hub and transaction migrations, and manual review items with no direct equivalent. Multi-hop jumps apply incremental code changes while bumping packages once to the final target major. Guide phase updates imports, API renames, Sentry.init config, complex sampler flattening, then aligns all @sentry packages to the same major before tsc and build verification. Framework-specific steps highlight Next.js instrumentation.ts, Nuxt plugins, SvelteKit hooks, and NestJS decorator renames. Cross-link verification checks uniform versions, removed package imports, compilation,.2.5kinstalls12Sentry Browser SdkThe sentry-browser-sdk skill guides complete Sentry setup for browser JavaScript including vanilla JS, jQuery, static sites, and WordPress when no framework-specific SDK applies. Phase one detects React, Next.js, Vue, Angular, Svelte, Remix, Nuxt, Astro, Ember, or Node server frameworks and redirects to dedicated Sentry skills because framework SDKs add router transactions and error boundaries. For plain sites it chooses npm install when package.json and a bundler exist, Loader Script for WordPress or Shopify without npm, or CDN bundle for manual script tags. Recommendations lead with error monitoring, tracing for interactive pages, and session replay for user-facing flows, optionally adding user feedback, logging, or Chromium-only profiling when headers allow. npm path installs @sentry/browser and initializes Sentry.init in a sidecar instrument file before other code. Loader Script suits zero-build CMS deployments while CDN bundles cover static HTML without loader access. Source maps plugins align with Vite, webpack, Rollup, or esbuild when detected. Existing @sentry/browser installs skip straight to feature configuration.2.4kinstalls13Sentry Cocoa SdkAll Skills SKILL_TREE md SDK Setup sentry sdk setup SKILL md Cocoa SDK Opinionated wizard that scans your Apple project and guides you through complete Sentry setup User asks to add Sentry to iOS macOS tvOS or set up Sentry in an Apple app User wants error monitoring tracing profiling session replay or logging in Swift ObjC or metrics in Swift User mentions sentry cocoa SentrySDK or the Apple iOS Sentry SDK User wants to monitor crashes app hangs watchdog terminations or performance Note SDK versions and APIs below reflect Sentry docs at time of writing sentry cocoa 9 15 0 Always verify against docs sentry io platforms apple https docs sentry io platforms apple before implementing Run these commands to understand the project before making any recommendations The sentry cocoa sdk agent skill provides documented workflows prerequisites triggers and safety guidance from its SKILL md source Agents load it when user requests match the description and follow step by step instructions without inventing capabilities It integrates with standard agent2.2kinstalls14Sentry Python SdkAll Skills SKILL_TREE md SDK Setup sentry sdk setup SKILL md Python SDK Opinionated wizard that scans your Python project and guides you through complete Sentry setup User asks to add Sentry to Python or setup Sentry in a Python app User wants error monitoring tracing profiling logging metrics or crons in Python User mentions sentry sdk sentry_sdk or Sentry any Python framework User wants to monitor Django views Flask routes FastAPI endpoints Celery tasks or scheduled jobs Note SDK versions and APIs below reflect Sentry docs at time of writing sentry sdk 2 x Always verify against docs sentry io platforms python https docs sentry io platforms python before implementing Run these commands to understand the project before making recommendations The sentry python sdk agent skill provides documented workflows prerequisites triggers and safety guidance from its SKILL md source Agents load it when user requests match the description and follow step by step instructions without inventing capabilities It integrates with standard agent tooling for the tasks inputs outputs and2.1kinstalls15Sentry Sdk Skill CreatorAll Skills SKILL_TREE md SDK Skill Creator Produce a complete research backed SDK skill bundle a main wizard SKILL md plus deep dive reference files for every feature pillar the SDK supports Asked to create a Sentry SDK skill for a new platform Asked to add support for language framework to sentry agent skills Building a new sentry platform sdk skill bundle Porting the SDK skill pattern to a new Sentry SDK Read SKILL_ROOT references philosophy md first it defines the bundle architecture wizard flow and design principles this skill implements Determine what you re building a skill for The sentry sdk skill creator agent skill provides documented workflows prerequisites triggers and safety guidance from its SKILL md source Agents load it when user requests match the description and follow step by step instructions without inventing capabilities It integrates with standard agent tooling for the tasks inputs outputs and failure modes described in the repository documentation2kinstalls16Sentry Nestjs SdkAll Skills SKILL_TREE md SDK Setup sentry sdk setup SKILL md NestJS SDK Opinionated wizard that scans your NestJS project and guides you through complete Sentry setup User asks to add Sentry to NestJS or setup Sentry in a NestJS app User wants error monitoring tracing profiling logging metrics or crons in NestJS User mentions sentry nestjs or Sentry NestJS User wants to monitor NestJS controllers services guards microservices or background jobs Note SDK versions and APIs below reflect sentry nestjs 10 x NestJS 8 11 supported Always verify against docs sentry io platforms node guides nestjs https docs sentry io platforms node guides nestjs before implementing Run these commands to understand the project before making recommendations The sentry nestjs sdk agent skill provides documented workflows prerequisites triggers and safety guidance from its SKILL md source Agents load it when user requests match the description and follow step by step instructions without inventing capabilities It integrates with standard agent tooling for the tasks inputs outputs and failure modes described in2kinstalls17Sentry Cloudflare SdkThe sentry-cloudflare-sdk skill. Full Sentry SDK setup for Cloudflare Workers and Pages. Use when asked to "add Sentry to Cloudflare Workers", "install @sentry/cloudflare", or configure error monitoring, tracing, logging, crons, or AI monitoring for Cloudflare Workers, Pages, Durable Objects, Queues, Workflows, or Hono on Cloudflare. > Always verify against [docs.sentry.io/platforms/javascript/guides/cloudflare/](https://docs.sentry.io/platforms/javascript/guides/cloudflare/) before implementing. --- ## Phase 1: Detect Run these commands to understand the project before making any recommendations: **What to determine:** | Question | Impact | |----------|--------| | Workers or Pages?. | Determines wrapper: vs | | Hono framework?. | Recommend standalone package (v10.55.0+) for cleaner integration | | already installed?. | Skip install, go to feature config | | Durable Objects configured?. | auto-instruments queue handlers | | Workflows configured?. The workflow follows the source SKILL.md contract with progressive reference loading, clear trigger phrases, and practical steps developers can apply directly in agent sessions.1.9kinstalls18Sentry Otel Exporter SetupConfigure the OpenTelemetry Collector with Sentry Exporter for multi-project routing and automatic project creation Use when setting up OTel with Sentry configuring collector pipelines for traces and logs or routing telemetry from multiple services to Sentry projects The sentry-otel-exporter-setup skill documents workflows and patterns from the repository SKILL md name sentry-otel-exporter-setup description Configure the OpenTelemetry Collector with Sentry Exporter for multi-project routing and automatic project creation Use when setting up OTel with Sentry configuring collector pipelines for traces and logs or routing telemetry from multiple services to Sentry projects license Apache-2 0 category feature-setup parent sentry-feature-setup disable-model-invocation true All Skills SKILL_TREE md Feature Setup sentry-feature-setup SKILL md OTel Exporter Sentry OTel Exporter Setup Terminology Always capitalize Sentry Exporter when referring to the exporter component Configure the OpenTelemetry Collector to send traces and logs to Sentry using the Sentry Exporter Setup Overview Copy this checklist to track your progress OTel Exporter Setup Step 1 Check for existing configuration Step 2.1.9kinstalls19Sentry Android SdkThe sentry-android-sdk skill Full Sentry SDK setup for Android. Use when asked to "add Sentry to Android", "install sentry-android", "setup Sentry in Android", or configure error monitoring, tracing, profiling, session replay, or logging for Android applications. Supports Kotlin and Java codebases. It covers user asks to "add Sentry to Android" or "set up Sentry" in an Android app. Key workflows include user wants error monitoring, crash reporting, ANR detection, tracing, profiling, session replay, or logging in Android. Developers invoke sentry-android-sdk when the task matches the triggers and reference files in SKILL.md for grounded, stepwise execution. Reference files and progressive disclosure keep context focused while preserving concrete commands, configuration fields, and validation checks copied from the upstream documentation. Reference files and progressive disclosure keep context focused while preserving concrete commands, configuration fields, and validation checks copied from the upstream documentation.1.8kinstalls20Sentry Dotnet SdkThe sentry-dotnet-sdk skill Full Sentry SDK setup for .NET. Use when asked to "add Sentry to .NET", "install Sentry for C ", or configure error monitoring, tracing, profiling, logging, or crons for ASP.NET Core, MAUI, WPF, WinForms, Blazor, Azure Functions, or any other .NET application. It covers user asks to "add Sentry to .NET", "set up Sentry in C ", or "install Sentry for ASP.NET Core". Key workflows include user wants error monitoring, tracing, profiling, logging, or crons for a .NET app. Developers invoke sentry-dotnet-sdk when the task matches the triggers and reference files in SKILL.md for grounded, stepwise execution. Reference files and progressive disclosure keep context focused while preserving concrete commands, configuration fields, and validation checks copied from the upstream documentation. Reference files and progressive disclosure keep context focused while preserving concrete commands, configuration fields, and validation checks copied from the upstream documentation.1.8kinstalls21Sentry Php SdkThe sentry-php-sdk skill Full Sentry SDK setup for PHP. Use when asked to "add Sentry to PHP", "install sentry/sentry", "setup Sentry in PHP", or configure error monitoring, tracing, profiling, logging, metrics, or crons for PHP applications. Supports plain PHP, Laravel, and Symfony. It covers user asks to "add Sentry to PHP" or "setup Sentry" in a PHP app. Key workflows include user wants error monitoring, tracing, profiling, logging, metrics, or crons in PHP. - Recommended Init Plain PHP Full init enabling the most features with sensible defaults: php \Sentry\init 'dsn' = $_SERVER 'SENTRY_DSN' ?? '', 'environment' = $_SERVER 'SENTRY_ENVIRONMENT' ?? 'production', 'release' = $_SERVER 'SENTRY_RELEASE' ?? null, 'send_default_pii' = true, // Tracing lower to 0.1 - 0.2 in high-traffic production 'traces_sample_rate' = 1.0, // Profiling - requires excime Developers invoke sentry-php-sdk when the task matches the triggers and reference files in SKILL.md for grounded, stepwise execution.1.8kinstalls22Sentry Go SdkThe sentry-go-sdk skill is an opinionated wizard that scans Go projects and guides complete Sentry setup. Phase 1 detects existing sentry-go in go.mod, web frameworks such as Gin, Echo, Fiber, FastHTTP, Iris, or Negroni, gRPC usage, logging libraries like logrus, zap, zerolog, or slog, cron schedulers, OpenTelemetry usage, and companion frontend directories. Phase 2 recommends error monitoring always, tracing when HTTP or gRPC handlers exist, logging integration when supported libraries appear, plus optional metrics and crons. It documents initialization, middleware wiring, release health, environment tags, and framework-specific sub-packages. Go 1.25 or later is required for recent sentry-go versions. Agents lead with concrete proposals instead of open-ended questions and cross-link frontend Sentry skills when web clients are detected.1.7kinstalls23Sentry Flutter SdkThe sentry-flutter-sdk skill is an opinionated wizard for sentry_flutter >=9.14.0 (February 2026 stable). Phase 1 Detect runs pubspec and lib scans for existing SentryFlutter.init, Flutter/Dart SDK versions, navigation (go_router, auto_route), HTTP (dio, http), databases (sqflite, drift, hive), state management, GraphQL, Firebase, platform targets, and sibling backend repos for cross-linking. It supports Android, iOS, macOS, Linux, Windows, and Web with native crash, ANR, and app hang monitoring. Child of sentry-sdk-setup in the SKILL_TREE; disable-model-invocation is true so users explicitly request setup. Phases progress through detect, recommend options (tracing, replay, profiling, logging), implement initialization and integrations, and verify against docs.sentry.io/platforms/flutter/. Use when users ask to add Sentry to Flutter, install sentry_flutter, or configure mobile error monitoring.1.7kinstalls24Sentry Svelte SdkThe sentry-svelte-sdk skill is an opinionated wizard scanning projects and guiding complete Sentry setup for Svelte and SvelteKit. It covers @sentry/svelte and @sentry/sveltekit installation, error monitoring, performance tracing, session replay, and logging integration. Parent skill tree links to broader sentry-sdk-setup; disable-model-invocation requires explicit user request. Agents verify current docs at docs.sentry.io for @sentry/sveltekit 10.8.0+ and SvelteKit 2.31.0+ before implementing. Use when users ask to add Sentry to Svelte, install @sentry/sveltekit, or configure observability in SvelteKit apps. Opinionated wizard for @sentry/sveltekit and @sentry/svelte setup Error monitoring, tracing, session replay, and logging coverage Scans project structure before recommending integration steps Verify docs.sentry.io versions before implementing SDK APIs Part of sentry-for-ai SDK setup skill tree under sentry-sdk-setup sentry-svelte-sdk guides full Sentry setup for Svelte and SvelteKit applications Configured @sentry/sveltekit with errors, tracing, replay, and logging as needed User asks add Sentry to Svelte, @sentry/sveltekit, or SvelteKit observability SvelteKit teams adding p.1.7kinstalls25Sentry Ruby SdkThe sentry-ruby-sdk Sentry for AI skill configures full Sentry monitoring for Ruby apps including Rails, Sinatra, and Rack stacks. It covers error capture, performance tracing, structured logging, metrics, profiling, and cron monitors with migration notes from AppSignal, Honeybadger, Bugsnag, and Rollbar. Agents install gems, set DSN and environment, and verify event delivery. Use when adding or migrating Ruby error monitoring to Sentry. Full Sentry SDK setup for Ruby frameworks. Errors, tracing, logging, metrics, profiling, crons. Rails, Sinatra, and Rack configuration paths. Migration guidance from legacy error trackers. Verify DSN and event delivery after install. Add Sentry Ruby SDK for Rails, Sinatra, and Rack with errors, tracing, logging, metrics, and crons.1.7kinstalls26Sentry Elixir SdkThe Sentry Elixir SDK is an opinionated installer and configuration guide for complete error monitoring in Elixir, Phoenix, and Plug applications. Developers use it to capture unhandled exceptions, forward crash reports via LoggerHandler, trace HTTP requests and database queries through OpenTelemetry, and detect silent failures in scheduled jobs (Oban, Quantum, GenServer). The skill detects existing dependencies, recommends baseline (error monitoring + logging) and optional features (tracing, crons, Sentry Logs), and walks through either the Igniter interactive installer or manual setup in mix.exs, config/config.exs, and lib/my_app/application.ex. Includes Phoenix endpoint and LiveView hooks, runtime config for DSN/release, and verification via mix sentry.send_test_event.1.6kinstalls27Sentry React Router Framework SdkThe sentry-react-router-framework-sdk skill is designed for full Sentry SDK setup for React Router Framework mode. Use when asked to "add Sentry to React Router Framework", "install @sentry/react-router", or configure error monitoring,. > All Skills > SDK Setup > React Router Framework SDK Sentry React Router Framework SDK Opinionated wizard that scans your React Router Framework project and guides you through complete Sentry setup across client and server entry points. > For React Router non-framework/data/declarative mode (v5/v6/v7), use sentry-react-sdk with @sentry/react integrations instead. Invoke when the user asked to "add Sentry to React Router Framework", "install @sentry/react-router", or configure error monitoring, tracing, profiling, session replay, logs, or user feedback for a React Router v7 framework app.1.4kinstalls28Sentry Tanstack Start SdkThe sentry-tanstack-start-sdk skill is designed for full Sentry SDK setup for TanStack Start React. Use when asked to "add Sentry to TanStack Start", "install @sentry/tanstackstart-react", or configure error monitoring, tracing,. > All Skills > SDK Setup > TanStack Start React SDK Sentry TanStack Start React SDK Opinionated wizard that scans your TanStack Start React project and guides you through complete Sentry setup for browser and server runtimes. > Always verify against docs.sentry.io/platforms/javascript/guides/tanstackstart-react/ before implementing. Invoke when the user asked to "add Sentry to TanStack Start", "install @sentry/tanstackstart-react", or configure error monitoring, tracing, session replay, logs, or user feedback in a TanStack Start React app.1.4kinstalls29Sentry Instrumentation GuideDecide which Sentry signal to reach for when instrumenting code — error, span, span attribute, log, or metric. Use when adding instrumentation and unsure whether something should be a log vs a span vs a metric, when deciding "what to instrument where", when reviewing instrumentation for gaps, or when a coding agent needs a rule for choosing between errors, traces, logs, and metrics. This skill decides WHAT to emit; the sentry-*-sdk skills handle HOW to set each pillar up. > [All Skills](../../SKILL_TREE.md) > [Feature Setup](../sentry-feature-setup/SKILL.md) > Instrumentation Guide699installs30Sentry Span Streaming JsMigrate JavaScript SDK to Sentry span streaming (span-first trace lifecycle). Use when asked to "enable span streaming", "migrate to span streaming", "use traceLifecycle stream", "add spanStreamingIntegration", or switch from transaction-based to streamed span delivery in a JavaScript project. > [All Skills](../../SKILL_TREE.md) > [Feature Setup](../sentry-feature-setup/SKILL.md) > Span Streaming (JavaScript)468installs31Sentry Span Streaming PythonMigrate Python SDK to Sentry span streaming (span-first trace lifecycle). Use when asked to "enable span streaming", "migrate to span streaming", "use trace_lifecycle stream", or switch from transaction-based to streamed span delivery in a Python project. > [All Skills](../../SKILL_TREE.md) > [Feature Setup](../sentry-feature-setup/SKILL.md) > Span Streaming (Python)441installs

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.