error-tracking

Capture and contextualize runtime errors across services with Sentry v8.

51|39|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/chacha95/claude-code-harness --skill error-tracking-chacha95
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: error-tracking
Source: https://github.com/chacha95/claude-code-harness/tree/main/.claude/skills/error-tracking
Command: npx skills add https://github.com/chacha95/claude-code-harness --skill error-tracking-chacha95

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps teams enforce comprehensive error tracking by routing all runtime failures to Sentry, eliminating silent errors.

Core Features & Use Cases

  • Sentry v8 integration patterns and error-handling templates
  • Cron job instrumentation and performance monitoring
  • Transaction tracing and DB performance insights

Quick Start

Install the Sentry instrument.ts file in your service first, then adopt the provided error handling patterns to capture exceptions with Sentry.

Frequently Asked Questions about error-tracking

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

FAQPage Schema
How do I enforce Sentry v8 error tracking across my services?

To enforce Sentry v8 error tracking across services, install the Sentry instrument.ts file in your service instrumentation, then apply the provided error-handling helpers to capture and contextualize runtime failures.

What is the best way to capture silent errors in cron jobs and database monitoring?

The best way to capture silent errors in cron jobs and database monitoring is to apply consistent error-handling helpers and transaction tracing, ensuring all runtime failures are reported with rich context.

How do I get performance insights from my routes and database operations using Sentry?

You get performance insights from routes and database operations by implementing Sentry initialization in service instrumentation and leveraging transaction tracing to monitor DB performance and route handling.

Do I need a specific Sentry setup to track errors in controller development?

Yes, you need Sentry v8 initialization in your service instrumentation to reliably track errors in controller development, ensuring all route handling exceptions are captured with rich context.

Why should I use Sentry v8 for runtime error tracking instead of other monitoring approaches?

You should use Sentry v8 for runtime error tracking because it eliminates silent errors by routing all failures to a centralized system, applying consistent patterns across controllers, cron jobs, and databases.

What are the limitations of error tracking without transaction tracing?

Without transaction tracing, error tracking lacks performance insights and rich context, making it difficult to understand the root cause of runtime failures across controller development and database monitoring.