Reflex
Reflex is an error tracking service that captures, groups, and alerts you to exceptions in your Rails application.Features
Automatic Capture
Automatically captures unhandled exceptions in Rails
Smart Grouping
Groups similar errors together to reduce noise
Instant Alerts
Get notified via Slack, email, or webhooks
Full Context
See the full stack trace, request, and user context
Quick Start
Errors are captured automatically once the SDK is installed. You can also capture manually:With Context
Capture Messages
Capture error-level events without an exception:Error States
| State | Description |
|---|---|
| Unresolved | New errors that need attention |
| Resolved | Fixed errors that shouldn’t recur |
| Ignored | Known issues you don’t want alerts for |
Automatic Context
Reflex automatically captures:- Stack trace - Full backtrace with source code context
- Request data - URL, method, headers, params
- User - If set with
BrainzLab.set_user - Environment - Rails env, Ruby version, gem versions
- Git - Commit SHA, branch name
Error Grouping
Reflex groups errors by:- Exception class
- Location in code (file + line)
- Normalized stack trace
Notifications
Configure alerts in the dashboard:- Slack - Get notified in your team channel
- Email - Receive email digests or instant alerts
- Webhooks - Integrate with any system