skills.vishalvoidskills/vishalvoid
Technical & DevelopmentIntermediate

sentry-sdk-setup

Set up Sentry in any language or framework — detects platform and routes to the right SDK

Developer Setup

Setup & Installation

bash
npx skills add https://github.com/getsentry/sentry-for-ai --skill sentry-sdk-setup

Overview

What This Skill Does

Set up Sentry in any language or framework. Detects the user's platform and loads the right SDK skill. Use when asked to add Sentry, install an SDK, or set up error monitoring in a project.

Application

When to use this Skill

Documentation

Show Skills.md file

All Skills

Sentry SDK Setup

Set up Sentry error monitoring, tracing, and session replay in any language or framework. This page helps you find the right SDK skill for your project.

How to Fetch Skills

Use curl to download skills — they are 10–20 KB files that fetch tools often summarize, losing critical details.

curl -sL https://skills.sentry.dev/sentry-nextjs-sdk/SKILL.md

Append the path from the Path column in the table below to https://skills.sentry.dev/. Do not guess or shorten URLs.

Start Here — Read This Before Doing Anything

Do not skip this section. Do not assume which SDK the user needs based on their project files. Do not start installing packages or creating config files until you have confirmed the user's intent.

  1. Detect the platform from project files (package.json, go.mod, requirements.txt, Gemfile, *.csproj, build.gradle, etc.).
  2. Tell the user what you found and which SDK you recommend.
  3. Wait for confirmation before fetching the skill and proceeding.

Each SDK skill contains its own detection logic, prerequisites, and step-by-step configuration. Trust the skill — read it carefully and follow it. Do not improvise or take shortcuts.


Lines 1 - 25 of 117

Recommendations

Explore other random skills

All skillsMy patterns