Skip to content

catalyst-debugging

Sentry MCP integration for production error monitoring, stack trace analysis, and root cause detection.

~20K tokens when enabled. Enable only when debugging production errors:

Terminal window
/plugin enable catalyst-debugging # +20K context
# Debug and investigate errors...
/plugin disable catalyst-debugging # -20K context
  • Production error monitoring and alerting
  • Stack trace analysis with source maps
  • Root cause detection
  • Error pattern identification
  • Release health tracking
  • Sentry account with project access
  • Sentry CLI: npm install -g @sentry/cli
  • Auth token configured in secrets config
Terminal window
/plugin install catalyst-debugging