# 505 Sentry Rate Limits 2c8fd84b

> sentry-rate-limits

- Skill: `tools-only/505-sentry-rate-limits-2c8fd84b` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add tools-only/505-sentry-rate-limits-2c8fd84b`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tools-only/505-sentry-rate-limits-2c8fd84b/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: tools-only (https://skillmd.com/u/tools-only)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/tools-only/505-sentry-rate-limits-2c8fd84b

---

# sentry-rate-limits

## Skill Scaffold

```
sentry-rate-limits/
  SKILL.md
```

## File Descriptions

### 1. SKILL.md
**Purpose:** Manage Sentry rate limits and quota optimization through error sampling, transaction sampling, ignoring common errors, and client-side filtering.
**Workflow:** Use when hitting rate limits or proactively managing event volume. Implements strategies to reduce events while maintaining visibility.
**Relates to:** Works with `sentry-cost-tuning` for cost management. Connects to `sentry-load-scale` for high-volume applications.

## Summary

This skill helps manage event volume and avoid hitting Sentry rate limits. It covers understanding different types of rate limits, error sampling strategies, transaction sampling, ignoring common noisy errors, deduplication, client-side filtering, and server-side controls. Use this skill when experiencing 429 errors or proactively optimizing quota usage.

