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.
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.
Use curl to download skills — they are 10–20 KB files that fetch tools often summarize, losing critical details.
curl -sL https://skills.sentry.gg/sentry-nextjs-sdk/SKILL.md
Append the path from the Path column in the table below to https://skills.sentry.gg/. Do not guess or shorten URLs.
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.
package.json, go.mod, requirements.txt, Gemfile, *.csproj, build.gradle, etc.).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.
| Platform | Skill | Path |
|---|---|---|
| Android | sentry-android-sdk | sentry-android-sdk/SKILL.md |
| browser JavaScript | sentry-browser-sdk | sentry-browser-sdk/SKILL.md |
| Apple platforms (iOS, macOS, tvOS, watchOS, visionOS) | sentry-cocoa-sdk | sentry-cocoa-sdk/SKILL.md |
| .NET | sentry-dotnet-sdk | sentry-dotnet-sdk/SKILL.md |
| Go | sentry-go-sdk | sentry-go-sdk/SKILL.md |
| NestJS | sentry-nestjs-sdk | sentry-nestjs-sdk/SKILL.md |
| Next.js | sentry-nextjs-sdk | sentry-nextjs-sdk/SKILL.md |
| Node.js, Bun, and Deno | sentry-node-sdk | sentry-node-sdk/SKILL.md |
| PHP | sentry-php-sdk | sentry-php-sdk/SKILL.md |
| Python | sentry-python-sdk | sentry-python-sdk/SKILL.md |
| React Native and Expo | sentry-react-native-sdk | sentry-react-native-sdk/SKILL.md |
| React | sentry-react-sdk | sentry-react-sdk/SKILL.md |
| Ruby | sentry-ruby-sdk | sentry-ruby-sdk/SKILL.md |
| Svelte and SvelteKit | sentry-svelte-sdk | sentry-svelte-sdk/SKILL.md |
When multiple SDKs could match, prefer the more specific one:
build.gradle with android plugin) → sentry-android-sdk@nestjs/core) → sentry-nestjs-sdk over sentry-node-sdksentry-nextjs-sdk over sentry-react-sdk or sentry-node-sdksentry-react-native-sdk over sentry-react-sdksentry-php-sdksentry-node-sdksentry-browser-sdkMatch your project to a skill by keywords. Append the path to https://skills.sentry.gg/ to fetch.
| Keywords | Path |
|---|---|
| android, kotlin, java, jetpack compose | sentry-android-sdk/SKILL.md |
| browser, vanilla js, javascript, jquery, cdn, wordpress, static site | sentry-browser-sdk/SKILL.md |
| ios, macos, swift, cocoa, tvos, watchos, visionos, swiftui, uikit | sentry-cocoa-sdk/SKILL.md |
| .net, csharp, c#, asp.net, maui, wpf, winforms, blazor, azure functions | sentry-dotnet-sdk/SKILL.md |
| go, golang, gin, echo, fiber | sentry-go-sdk/SKILL.md |
| nestjs, nest | sentry-nestjs-sdk/SKILL.md |
| nextjs, next.js, next | sentry-nextjs-sdk/SKILL.md |
| node, nodejs, node.js, bun, deno, express, fastify, koa, hapi | sentry-node-sdk/SKILL.md |
| php, laravel, symfony | sentry-php-sdk/SKILL.md |
| python, django, flask, fastapi, celery, starlette | sentry-python-sdk/SKILL.md |
| react native, expo | sentry-react-native-sdk/SKILL.md |
| react, react router, tanstack, redux, vite | sentry-react-sdk/SKILL.md |
| ruby, rails, sinatra, sidekiq, rack | sentry-ruby-sdk/SKILL.md |
| svelte, sveltekit | sentry-svelte-sdk/SKILL.md |
Looking for workflows or feature configuration instead? See the full Skill Tree.