error-monitoring

Implement Sentry setup, structured logging, React error boundaries, alerting, and source maps.

5|3|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/zebbern/termstack --skill error-monitoring-zebbern
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: error-monitoring
Source: https://github.com/zebbern/termstack/tree/main/.github/skills/error-monitoring
Command: npx skills add https://github.com/zebbern/termstack --skill error-monitoring-zebbern

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Proactively detect, diagnose, and respond to errors in production by selecting and configuring the right error monitoring and observability stack.

Core Features & Use Cases

  • Tooling guidance: Compare Sentry, LogRocket, DataDog, New Relic for error tracking and observability.
  • Implementation steps: Sentry setup, structured logging, React error boundaries, alerting, and source maps.
  • Use case: Debug production issues quickly by correlating errors with user sessions and deployment data.

Quick Start

Configure a minimal error monitoring setup in your project by following the guided Sentry setup and adding a basic structured-logging workflow.

Frequently Asked Questions about error-monitoring

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up production error monitoring for a React application?

Production error monitoring for a React application requires configuring tooling like Sentry, implementing React error boundaries, structuring logs, and integrating source maps to capture and diagnose frontend runtime exceptions effectively.

What is the best way to compare Sentry, LogRocket, DataDog, and New Relic for observability?

Comparing observability platforms involves evaluating their error tracking, session replay, and alerting capabilities. Sentry focuses on precise error tracking, while DataDog and New Relic offer broader infrastructure monitoring, and LogRocket emphasizes user session correlation.

How do source maps help debug production errors?

Source maps translate minified production code back to the original source code, allowing error monitoring tools to display accurate stack traces and streamline debugging by pinpointing the exact line of code where the exception occurred.

Can I use structured logging to improve incident response and alerting?

Structured logging improves incident response by standardizing log formats with contextual metadata, enabling alerting systems to filter and correlate production errors with specific deployment data and user sessions quickly.

Why do I need React error boundaries in my web application?

React error boundaries catch JavaScript errors in component trees, preventing a single UI crash from breaking the entire web application and allowing error monitoring tools to capture frontend exceptions gracefully.

What does proactive error monitoring do to prevent production issues?

Proactive error monitoring detects, diagnoses, and responds to production issues by sending real-time alerting when exceptions occur, allowing developers to debug and resolve incidents before they impact users.