技能 编程开发 Sentry 高流量扩展

Sentry 高流量扩展

v20260311
sentry-load-scale
指导团队通过采样、缓存、异步处理和配额路由等策略管理高流量 Sentry,保障吞吐能力并控制成本。
获取技能
129 次下载
概览

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 ${CLAUDE_SKILL_DIR}/references/errors.md for comprehensive error handling.

Examples

See ${CLAUDE_SKILL_DIR}/references/examples.md for detailed examples.

Resources

Overview

Manage scale Sentry for high-traffic applications.

信息
Category 编程开发
Name sentry-load-scale
版本 v20260311
大小 5.06KB
更新时间 2026-03-12
语言