From larouex-fullstack-builder
Integrates Sentry for error tracking and monitoring in Next.js frontend and Azure Functions/Express backend. Configures SDK, DSN, source maps, user context, breadcrumbs, alerts, thresholds, and triage workflows.
How this command is triggered — by the user, by Claude, or both
Slash command
/larouex-fullstack-builder:add-error-trackingThe summary Claude sees in its command listing — used to decide when to auto-load this command
Integrate Sentry for comprehensive error tracking and monitoring. Create Sentry project and obtain DSN. Add Sentry SDK to frontend (Next.js) and backend (Azure Functions/Express). Configure source maps upload for readable stack traces. Implement automatic error capture for unhandled exceptions. Add user context (ID, email, username) to error reports. Capture breadcrumbs for user actions leading to errors. Set up custom error tags for categorization. Configure alert rules for critical errors. Implement error rate monitoring and thresholds. Create error triage workflow for team. Reference mon...
Integrate Sentry for comprehensive error tracking and monitoring. Create Sentry project and obtain DSN. Add Sentry SDK to frontend (Next.js) and backend (Azure Functions/Express). Configure source maps upload for readable stack traces. Implement automatic error capture for unhandled exceptions. Add user context (ID, email, username) to error reports. Capture breadcrumbs for user actions leading to errors. Set up custom error tags for categorization. Configure alert rules for critical errors. Implement error rate monitoring and thresholds. Create error triage workflow for team. Reference monitoring-observability-agent for observability setup. Test error tracking in development environment.
npx claudepluginhub larouexnonprofitconsulting/larouex-fullstack-plugin/monitor-errorsSets up error monitoring and alerting for HTTP errors, app exceptions, DB failures, external APIs, jobs, and client-side issues. Provides tool configs (Sentry/Rollbar/CloudWatch), alerts, dashboards, error budgets, and guidelines.
/setupSets up application monitoring for errors, performance, and logging with Sentry, New Relic, Datadog, CloudWatch, or ELK. Installs packages, configures files/env vars, instruments code, tests setup, generates configs and modules.
/implement-error-handlingGenerates standardized API error handling: custom error classes, middleware, logging, env-specific configs, and recovery strategies for Node.js/Python backends.
/troubleshootAutonomously analyzes, prioritizes, and fixes production errors from Sentry or logs using git worktrees, tests, and PRs. Supports continuous, parallel batch, watch, and analyze modes.