← Back to list

sentry-performance-tuning
by jeremylongshore
Hundreds of Claude Code plugins with embedded AI skills. Learn via interactive Jupyter tutorials.
⭐ 1,042🍴 135📅 Jan 23, 2026
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 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
Score
Total Score
85/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
✓人気
GitHub Stars 1000以上
+15
✓最近の活動
1ヶ月以内に更新
+10
✓フォーク
10回以上フォークされている
+5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon

