Breadcrumbs
Breadcrumbs are a trail of events that happened before an error occurred. They help you understand the sequence of actions that led to the error.Automatic Breadcrumbs
Reflex automatically captures:- HTTP requests - Outgoing API calls
- SQL queries - Database operations
- Console logs - Rails.logger output
- Navigation - Controller actions
Manual Breadcrumbs
Add custom breadcrumbs:Categories
Use categories to organize breadcrumbs:| Category | Use Case |
|---|---|
http | HTTP requests |
query | Database queries |
ui | User interactions |
navigation | Page/route changes |
user | User actions |
console | Log messages |