Sentry
Catalyst integrates with Sentry via the catalyst-debugging plugin for production error monitoring, stack trace analysis, and root cause detection.
Context Cost
Section titled “Context Cost”~20K tokens when enabled. Enable only during debugging sessions:
/plugin enable catalyst-debugging # +20K context# Debug production errors.../plugin disable catalyst-debugging # -20K contextCapabilities
Section titled “Capabilities”- Production error monitoring
- Stack trace analysis
- Root cause detection
- Error pattern identification
- Release health tracking
- Install Sentry CLI:
npm install -g @sentry/cli - Add to secrets config:
~/.config/catalyst/config-{projectKey}.json
{ "sentry": { "org": "your-org", "project": "your-project", "authToken": "sntrys_..." }}Installation
Section titled “Installation”/plugin install catalyst-debugging