Configures Sentry across development, staging, and production environments with isolated DSNs, sample rates, and alert rules.
This skill provides a comprehensive framework for managing Sentry across multiple deployment stages, ensuring that development noise never impacts production metrics. It automates the setup of environment-specific configurations for both TypeScript and Python, covering everything from DSN isolation and tuned sample rates to PII scrubbing and environment-aware alert routing. It also includes integrated CI/CD release scripts to track deployments and upload source maps, providing full visibility into error origins across your entire delivery pipeline.
Key Features
01CI/CD release tracking and source map automation
02Environment-aware SDK initialization for Node.js and Python
03Configurable sampling rates and PII scrubbing per stage
041,965 GitHub stars
05Automated alert routing for PagerDuty and Slack
06Multi-environment DSN isolation and .env configuration
Use Cases
01Automating release tracking and deployment events in CI/CD pipelines
02Isolating development and staging errors from production dashboards
03Optimizing Sentry quota usage by adjusting sample rates per environment