sentry-install-authClaude Skill

Install and configure Sentry SDK authentication.

1.4k Stars
173 Forks
2025/10/10

Install & Download

Linux / macOS:

请登录后查看安装命令

Windows (PowerShell):

请登录后查看安装命令

Download and extract to ~/.claude/skills/

namesentry-install-auth
descriptionInstall and configure Sentry SDK authentication. Use when setting up a new Sentry integration, configuring DSN, or initializing Sentry in your project. Trigger with phrases like "install sentry", "setup sentry", "sentry auth", "configure sentry DSN".
allowed-toolsRead, Write, Edit, Bash(npm:*), Bash(pip:*), Grep
version1.0.0
licenseMIT
authorJeremy Longshore <jeremy@intentsolutions.io>

Sentry Install Auth

Prerequisites

  • Node.js 18+ or Python 3.10+
  • Package manager (npm, pnpm, or pip)
  • Sentry account with project DSN
  • DSN from Sentry project settings

See {baseDir}/references/implementation.md for detailed implementation guide.

Output

  • Installed SDK package in node_modules or site-packages
  • Environment variable or .env file with DSN
  • Sentry initialized and ready to capture errors

Error Handling

See {baseDir}/references/errors.md for comprehensive error handling.

Examples

See {baseDir}/references/examples.md for detailed examples.

Resources

Similar Claude Skills & Agent Workflows