Marketplace
sentry-performance-tuning
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
$ 설치
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills /tmp/claude-code-plugins-plus-skills && cp -r /tmp/claude-code-plugins-plus-skills/plugins/saas-packs/sentry-pack/skills/sentry-performance-tuning ~/.claude/skills/claude-code-plugins-plus-skills// tip: Run this command in your terminal to install the skill
SKILL.md
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 [email protected]
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
Repository

jeremylongshore
Author
jeremylongshore/claude-code-plugins-plus-skills/plugins/saas-packs/sentry-pack/skills/sentry-performance-tuning
878
Stars
101
Forks
Updated4d ago
Added5d ago