error-tracking

Integrate Sentry v8 error tracking and performance monitoring across project services.

4|Updated Nov 1, 2025
One-click install
npx skills add https://github.com/weirdgme/claude-code-infrastructure-showcase --skill error-tracking-weirdgme
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: error-tracking
Source: https://github.com/weirdgme/claude-code-infrastructure-showcase/tree/main/.claude/skills/error-tracking
Command: npx skills add https://github.com/weirdgme/claude-code-infrastructure-showcase --skill error-tracking-weirdgme

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures every error across services is captured and reported to Sentry using v8 patterns, enabling rapid detection, debugging, and reduced toil from chasing incidents.

Core Features & Use Cases

  • Controller-level error capture: Automatically forwards unhandled exceptions from controllers to Sentry.
  • Workflow and cron integration: Instrument cron jobs and background tasks with Sentry spans to capture performance metrics.
  • Performance monitoring: Track performance with traces and spans across services, enabling faster bottleneck identification.

Quick Start

Use this skill to instrument your codebase so that every exception is captured and reported to Sentry, including workflows, cron jobs, and background tasks.

Frequently Asked Questions about error-tracking

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

FAQPage Schema
How do I capture all errors and exceptions in my application with Sentry?

Error capture with Sentry involves integrating the Sentry v8 SDK into your codebase to automatically forward unhandled exceptions from controllers, routes, workflows, and cron jobs to Sentry for centralized tracking and debugging.

Can I track performance across multiple services using Sentry?

Yes, Sentry v8 enables performance monitoring through traces and spans across services. You can instrument workflows, cron jobs, and database operations to identify bottlenecks and track per-operation performance metrics.

How do I instrument cron jobs and background tasks for error tracking?

Integrate Sentry v8 spans and error handlers into your cron jobs and background workflows to capture both exceptions and performance data, ensuring every scheduled task reports failures and execution metrics to Sentry.

What's the best way to monitor database performance in a microservices architecture?

Use Sentry v8 to add per-operation spans and performance tracking across your database queries and services. This captures query performance, error context, and workflow spans for rapid bottleneck identification.

Do I need to handle errors differently for controllers versus background tasks?

Sentry v8 supports multiple error-handling patterns: controller-level error capture for synchronous requests, plus dedicated instrumentation for workflows and cron jobs to ensure comprehensive exception and performance coverage across all execution contexts.