sentry-load-scale

📁 jeremylongshore/claude-code-plugins-plus-skills 📅 4 days ago
4
总安装量
4
周安装量
#52454
全站排名
安装命令
npx skills add https://github.com/jeremylongshore/claude-code-plugins-plus-skills --skill sentry-load-scale

Agent 安装分布

openclaw 4
antigravity 4
claude-code 4
github-copilot 4
codex 4
kimi-cli 4

Skill 文档

Sentry Load Scale

Prerequisites

  • High-traffic application metrics available
  • Sentry quota and billing understood
  • Performance baseline established
  • Event volume estimates calculated

Instructions

  1. Implement adaptive sampling based on error frequency per type
  2. Configure tiered transaction sampling with endpoint-specific rates
  3. Set up client-side buffering with increased buffer size
  4. Reduce SDK overhead with minimal integrations and breadcrumbs
  5. Use async event processing to avoid blocking requests
  6. Configure background flushing on graceful shutdown
  7. Set up multi-region DSN routing if applicable
  8. Implement quota budget allocation across environments
  9. Add dynamic rate adjustment based on quota usage
  10. Monitor SDK event throughput and adjust configuration

Output

  • Optimized sampling configuration
  • Quota management strategy
  • Cost-efficient event capture
  • Scalable Sentry integration

Error Handling

See {baseDir}/references/errors.md for comprehensive error handling.

Examples

See {baseDir}/references/examples.md for detailed examples.

Resources