sentry-setup-ai-monitoring

Configure Sentry AI monitoring for LLM calls, agent executions, and tool usage.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/sergical/gatekeeper --skill sentry-setup-ai-monitoring-sergical
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry-setup-ai-monitoring
Source: https://github.com/sergical/gatekeeper/tree/main/.agents/skills/sentry-setup-ai-monitoring
Command: npx skills add https://github.com/sergical/gatekeeper --skill sentry-setup-ai-monitoring-sergical

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams observe and debug AI workflows by configuring Sentry AI monitoring for LLM calls, agent executions, and tool interactions, including automatic SDK detection and integration setup.

Core Features & Use Cases

  • Detect installed AI SDKs (OpenAI, Anthropic, LangChain, Google GenAI, Vercel AI) and auto-configure Sentry integrations.
  • Enable tracing, prompts capture, and error reporting to improve observability of AI-powered systems.
  • Use Case: Quickly ship AI agent monitoring in a new project with minimal setup and reliable instrumentation.

Quick Start

Detect installed AI SDKs in your project and wire the appropriate Sentry monitoring integrations.

Frequently Asked Questions about sentry-setup-ai-monitoring

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up Sentry AI monitoring for LLM calls and agent executions?

Sentry AI monitoring instruments LLM calls and agent executions by automatically detecting installed AI SDKs like OpenAI or LangChain and wiring the correct Sentry integrations to capture prompts and errors.

Does Sentry AI monitoring work with Python and TypeScript projects?

Sentry AI monitoring supports JavaScript, TypeScript, and Python projects that leverage OpenAI, Anthropic, LangChain, Google GenAI, or Vercel AI SDKs.

What AI SDKs can Sentry automatically detect for observability instrumentation?

Sentry automatically detects OpenAI, Anthropic, LangChain, Google GenAI, and Vercel AI SDKs to wire the correct monitoring integrations for your AI workflows.

Do I need tracing enabled to capture prompts with Sentry AI monitoring?

Yes, tracing must be enabled with a tracesSampleRate greater than zero to capture prompts and observe LLM calls, agent executions, and tool interactions.

Why is my Sentry AI monitoring not detecting my installed AI SDKs?

Sentry AI monitoring requires the relevant Sentry SDKs installed and tracing enabled with tracesSampleRate greater than zero to automatically detect installed AI SDKs and wire integrations.