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 ${CLAUDE_SKILL_DIR}/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 ${CLAUDE_SKILL_DIR}/references/errors.md for comprehensive error handling.
Examples
See ${CLAUDE_SKILL_DIR}/references/examples.md for detailed examples.
Resources
-
Sentry Documentation
-
Sentry Dashboard
-
Sentry Status
Overview
Install and configure Sentry SDK authentication.
Instructions
-
Assess the current state of the authentication configuration
-
Identify the specific requirements and constraints
-
Apply the recommended patterns from this skill
-
Validate the changes against expected behavior
-
Document the configuration for team reference