Filtering Errors
Not every error needs to be reported. Configure filtering to reduce noise and focus on what matters.Exclude Exceptions
Ignore specific exception classes:Exclude by Message
Ignore errors matching a pattern:Before Send Hook
Full control over error filtering and modification:Filter by Environment
Only report in certain environments:Sample Errors
Sample high-volume errors:Per-Exception Sampling
Fingerprinting
Control how errors are grouped:Custom Grouping
Group related errors together:Data Scrubbing
Remove sensitive data before sending:Custom Scrubbing
Ignore in Code
Temporarily ignore errors:Error Budgets
Set thresholds in the dashboard:- Stop alerting after N occurrences per hour
- Auto-resolve after N days without occurrence
- Escalate if error rate exceeds threshold