What problem does it solve? Setting up observability for AI applications is error-prone: each LLM SDK (OpenAI, Anthropic, Vercel AI, LangChain, Google GenAI, Pydantic AI) requires different Sentry integrations, minimum SDK versions, and configuration patterns. This Skill detects installed AI SDKs and applies the correct Sentry AI Agent Monitoring setup so you can trace model calls, agent lifecycles, tool usage, and token consumption without guesswork. ## Core Features & Use Cases - SDK Detection: Scans package.json or requirements.txt to identify installed AI libraries before configuring anything. - Framework-Specific Setup: Provides correct integration code for JavaScript (Node.js, browser, Next.js, Vercel AI, LangChain/LangGraph) and Python (OpenAI, Anthropic, LangChain, Pydantic AI, LiteLLM, MCP). - Manual Instrumentation Fallback: Defines gen_ai.* span operations and attributes for unsupported SDKs, including token usage and model metadata. - Privacy Guardrails: Warns about PII capture in prompt/output recording and requires explicit user consent before enabling recordInputs or include_prompts. - Use Case: A developer adds AI features with the Vercel AI SDK and asks to track token costs; the Skill detects the SDK, adds vercelAIIntegration to the Sentry config, and enables experimental_telemetry per call. ## Quick Start Ask the assistant to set up Sentry AI monitoring for your project so it detects your installed AI SDKs and configures the right integrations.