
Description
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.
SKILL.md
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.
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.
- Detect the platform from project files (
package.json,go.mod,requirements.txt,Gemfile,*.csproj,build.gradle, etc.). - Tell the user what you found and which SDK you recommend.
- Wait for confirmation before reading 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.
SDK Skills
| Platform | Skill |
|---|---|
| Android | sentry-android-sdk |
| browser JavaScript | sentry-browser-sdk |
| Cloudflare Workers and Pages | sentry-cloudflare-sdk |
| Apple platforms (iOS, macOS, tvOS, watchOS, visionOS) | sentry-cocoa-sdk |
| .NET | sentry-dotnet-sdk |
| Elixir | sentry-elixir-sdk |
| Go | sentry-go-sdk |
| NestJS | sentry-nestjs-sdk |
| Next.js | sentry-nextjs-sdk |
| Node.js, Bun, and Deno | sentry-node-sdk |
| PHP | sentry-php-sdk |
| Python | sentry-python-sdk |
| Flutter and Dart | sentry-flutter-sdk |
| React Native and Expo | sentry-react-native-sdk |
| React | sentry-react-sdk |
| React Router Framework | sentry-react-router-framework-sdk |
| TanStack Start React | sentry-tanstack-start-sdk |
| Ruby | sentry-ruby-sdk |
| Svelte and SvelteKit | sentry-svelte-sdk |
Platform Detection Priority
When multiple SDKs could match, prefer the more specific one:
- Android (
build.gradlewith android plugin) →sentry-android-sdk - Cloudflare (
wrangler.tomlorwrangler.jsonc) →sentry-cloudflare-sdkoversentry-node-sdk - NestJS (
@nestjs/core) →sentry-nestjs-sdkoversentry-node-sdk - Next.js →
sentry-nextjs-sdkoversentry-react-sdkorsentry-node-sdk - React Router Framework (
@sentry/react-routeror@react-router/*) →sentry-react-router-framework-sdkoversentry-react-sdk - TanStack Start React (
@tanstack/react-start) →sentry-tanstack-start-sdkoversentry-react-sdk - Flutter (
pubspec.yamlwithflutter:dependency orsentry_flutter) →sentry-flutter-sdk - React Native →
sentry-react-native-sdkoversentry-react-sdk - PHP with Laravel or Symfony →
sentry-php-sdk - Elixir (
mix.exsdetected) →sentry-elixir-sdk - Node.js / Bun / Deno without a specific framework →
sentry-node-sdk - Browser JS (vanilla, jQuery, static sites) →
sentry-browser-sdk - No match → direct user to Sentry Docs
Quick Lookup
Match your project to a skill by keywords.
| Keywords | Skill |
|---|---|
| android, kotlin, java, jetpack compose | sentry-android-sdk |
| browser, vanilla js, javascript, jquery, cdn, wordpress, static site | sentry-browser-sdk |
| cloudflare, cloudflare workers, cloudflare pages, wrangler, durable objects, d1 | sentry-cloudflare-sdk |
| ios, macos, swift, cocoa, tvos, watchos, visionos, swiftui, uikit | sentry-cocoa-sdk |
| .net, csharp, c#, asp.net, maui, wpf, winforms, blazor, azure functions | sentry-dotnet-sdk |
| go, golang, gin, echo, fiber | sentry-go-sdk |
| elixir, phoenix, plug, oban | sentry-elixir-sdk |
| nestjs, nest | sentry-nestjs-sdk |
| nextjs, next.js, next | sentry-nextjs-sdk |
| node, nodejs, node.js, bun, deno, express, fastify, koa, hapi | sentry-node-sdk |
| php, laravel, symfony | sentry-php-sdk |
| python, django, flask, fastapi, celery, starlette | sentry-python-sdk |
| flutter, dart, pubspec | sentry-flutter-sdk |
| react native, expo | sentry-react-native-sdk |
| react, react router, tanstack, redux, vite | sentry-react-sdk |
| react-router framework, @sentry/react-router, @react-router/dev, react-router reveal | sentry-react-router-framework-sdk |
| tanstack start, tanstack react start, @tanstack/react-start, tanstackstart-react | sentry-tanstack-start-sdk |
| ruby, rails, sinatra, sidekiq, rack | sentry-ruby-sdk |
| svelte, sveltekit | sentry-svelte-sdk |
Finding the DSN
If the user doesn't have their DSN, guide them to find it:
- Open the Sentry project settings page:
https://sentry.io/settings/projects/ - Select the project
- Click "Client Keys (DSN)" in the left sidebar
- Copy the DSN
You can help the user open the page directly:
open https://sentry.io/settings/projects/ # macOS
xdg-open https://sentry.io/settings/projects/ # Linux
start https://sentry.io/settings/projects/ # Windows
Note: The DSN is public and safe to include in source code. It is not a secret — it only identifies where to send events.
Looking for workflows or feature configuration instead? See the full Skill Tree.
More skills from the sentry-for-ai repository
View all 27 skillssentry-android-sdk
setup Sentry SDK for Android
Jul 12AndroidDebuggingObservabilitySDK +1sentry-browser-sdk
setup Sentry error monitoring for browser applications
Jul 18DebuggingJavaScriptMonitoringSentrysentry-cloudflare-sdk
setup Sentry monitoring for Cloudflare
Jul 11CloudflareEdge FunctionsMonitoringObservability +1sentry-cocoa-sdk
integrate Sentry SDK into Apple applications
Jul 11iOSmacOSMonitoringObservability +1sentry-dotnet-sdk
setup Sentry SDK for .NET
Jul 12.NETDebuggingObservabilitySDK +1sentry-elixir-sdk
setup Sentry SDK for Elixir
Jul 11BackendElixirObservabilitySentry
More from Sentry
View publisherxcodebuildmcp
build and test Apple apps with XcodeBuildMCP
XcodeBuildMCP
Apr 6DebuggingiOSmacOSSentry +2xcodebuildmcp-cli
build and test Apple apps via CLI
XcodeBuildMCP
Apr 6CLIiOSmacOSTesting +1agents-md
maintain project instruction files
skills
May 15DocumentationEngineeringblog-writing-guide
write and review engineering blog posts
skills
May 15CommunicationsSentryTechnical Writingbrand-guidelines
write copy following Sentry brand guidelines
skills
May 15BrandingContent CreationSentryUX Copyclaude-settings-audit
generate Claude Code settings permissions
skills
May 15Claude CodeConfigurationSecurity