Back to list
jeremylongshore

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

  1. Implement dynamic sampling with tracesSampler for endpoint-specific rates
  2. Configure environment-based sample rates (higher in dev, lower in prod)
  3. Remove unused integrations to reduce SDK overhead
  4. Limit breadcrumbs to reduce memory usage
  5. Use parameterized transaction names to avoid cardinality explosion
  6. Create spans only for meaningful slow operations
  7. Configure profile sampling sparingly for performance-critical endpoints
  8. Measure SDK initialization time and ongoing overhead
  9. Implement high-volume optimization with aggressive filtering
  10. 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