sentry-performance-tuningClaude Skill
Optimize Sentry performance monitoring configuration.
1.4k Stars
173 Forks
2025/10/10
| name | sentry-performance-tuning |
| description | Optimize Sentry performance monitoring configuration. Use when tuning sample rates, reducing overhead, or improving performance data quality. Trigger with phrases like "sentry performance optimize", "tune sentry tracing", "sentry overhead", "improve sentry performance". |
| allowed-tools | Read, Write, Edit, Grep |
| version | 1.0.0 |
| license | MIT |
| author | Jeremy Longshore <jeremy@intentsolutions.io> |
Sentry Performance Tuning
Prerequisites
- Performance monitoring enabled
- Transaction volume metrics available
- Critical paths identified
- Performance baseline established
Instructions
- Implement dynamic sampling with tracesSampler for endpoint-specific rates
- Configure environment-based sample rates (higher in dev, lower in prod)
- Remove unused integrations to reduce SDK overhead
- Limit breadcrumbs to reduce memory usage
- Use parameterized transaction names to avoid cardinality explosion
- Create spans only for meaningful slow operations
- Configure profile sampling sparingly for performance-critical endpoints
- Measure SDK initialization time and ongoing overhead
- Implement high-volume optimization with aggressive filtering
- Monitor SDK performance metrics and adjust configuration
Output
- Optimized sample rates configured
- SDK overhead minimized
- Transaction naming standardized
- Resource usage reduced
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
git-commit
5.4k
Generate well-formatted git commit messages following conventional commit standards
code-review
5.4k
Comprehensive code review assistant that analyzes code quality, security, and best practices
dsql
7.9k
Build with Aurora DSQL - manage schemas, execute queries, and handle migrations with DSQL-specific requirements.
backend-dev-guidelines
20.7k
Comprehensive backend development guide for Langfuse's Next.js 14/tRPC/Express/TypeScript monorepo.
Material Component Dev
7.6k
FlowGram 物料组件开发指南 - 用于在 form-materials 包中创建新的物料组件
Create Node
7.6k
用于在 FlowGram demo-free-layout 中创建新的自定义节点,支持简单节点(自动表单)和复杂节点(自定义 UI)