adding-error-tracking

Instruments web apps with Sentry for error tracking, performance metrics, and source maps.

2|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/kscius/KS-Cursor-Orchestrator --skill adding-error-tracking
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: adding-error-tracking
Source: https://github.com/kscius/KS-Cursor-Orchestrator/tree/main/skills/adding-error-tracking
Command: npx skills add https://github.com/kscius/KS-Cursor-Orchestrator --skill adding-error-tracking

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Add Sentry error tracking, performance monitoring, and source maps to a web application.

Core Features & Use Cases

  • Instrument web apps for error reporting and performance tracing.
  • Configure DSN and initialize the Sentry SDK across Next.js, React, Node.js, and Python stacks.
  • Use environment variables and testing workflows to verify events are recorded.

Quick Start

Initialize Sentry in your web app and verify error events appear in the dashboard.

Frequently Asked Questions about adding-error-tracking

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

FAQPage Schema
How do I add Sentry error tracking to a Next.js or React web app?

To add Sentry error tracking, you install the Sentry SDK, configure your DSN, and wrap your application with error boundaries to capture errors and performance metrics in your web app.

Does Sentry error tracking work with both Node.js and Python backends?

Yes, Sentry error tracking supports Node.js and Python stacks alongside Next.js and React, allowing you to initialize the SDK and configure DSNs to capture backend errors and performance metrics.

How do I configure Sentry source maps for production web app debugging?

Configuring Sentry source maps involves uploading production source maps after initializing the SDK, allowing you to debug minified web app errors by mapping them back to original source code.

What is the best way to test Sentry error tracking events in a web application?

The best way to test Sentry error tracking is to use testing workflows and environment variables after initialization to verify that error events are successfully recorded in the Sentry dashboard.

Can I monitor web app performance metrics alongside error tracking with Sentry?

Yes, you can monitor performance metrics alongside error tracking by instrumenting your web app with Sentry to capture performance tracing data and errors simultaneously.

Why are my Sentry source maps not working in my production web app?

Sentry source maps fail when production source maps are not properly uploaded or the DSN is misconfigured, preventing the Sentry SDK from mapping minified errors back to original source code.