sentry-sdk-setup

Detect project files and route to the matching Sentry SDK setup skill.

246|29|Updated Nov 10, 2025
One-click install
npx skills add https://github.com/getsentry/sentry-for-ai --skill sentry-sdk-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry-sdk-setup
Source: https://github.com/getsentry/sentry-for-ai/tree/main/skills/sentry-sdk-setup
Command: npx skills add https://github.com/getsentry/sentry-for-ai --skill sentry-sdk-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Detects the user's platform and routes to the appropriate Sentry SDK setup skill, enabling seamless multi-language integration without manual selection.

Core Features & Use Cases

  • Platform detection from common project files (package.json, go.mod, Gemfile, *.csproj, *.xcodeproj) and routing to the correct SDK skill (e.g., sentry-android-sdk, sentry-python-sdk, or sentry-node-sdk).
  • Dynamic skill fetching: if the matched skill isn't installed locally, fetch it from the repository and load it at runtime.
  • Safe fallback: when no match is found, guide the user toward the documentation to select their platform.

Quick Start

Ask me to set up Sentry in your project and I will route to the correct SDK setup flow.

Frequently Asked Questions about sentry-sdk-setup

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

FAQPage Schema
How do I set up Sentry SDK in a project with multiple languages?

Sentry SDK setup detects your project's language by inspecting common files like package.json, go.mod, and Gemfile, then automatically routes you to the correct SDK setup flow for seamless multi-language integration.

What's the best way to install Sentry across different frameworks without manual selection?

Installing Sentry across different frameworks is handled by inspecting project files such as *.csproj or *.xcodeproj to detect your platform and dynamically fetch the matching SDK skill, eliminating the need for manual selection.

Does Sentry SDK auto-detection work if the specific language skill isn't installed locally?

Yes, Sentry SDK auto-detection works by dynamically fetching the matched language skill from the repository and loading it at runtime if the specific skill is not installed locally on your machine.

What happens when Sentry project file detection can't identify my platform?

When Sentry project file detection cannot identify a matching platform from your files, it provides a safe fallback that guides you toward the official documentation to manually select and configure your platform.

Can I use Sentry SDK routing for Android and Node.js projects?

Yes, you can use Sentry SDK routing for Android and Node.js projects, as it detects platforms from common project files and routes to specific skills like sentry-android-sdk or sentry-node-sdk accordingly.