error-tracking

Centralize Sentry v8 error tracking across controllers, routes, cron jobs, and database operations.

1|1|Updated Sep 22, 2025
One-click install
npx skills add https://github.com/SkogAI/skillsandknowledge --skill error-tracking-skogai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: error-tracking
Source: https://github.com/SkogAI/skillsandknowledge/tree/main/.skogix/infrastructure/.claude/skills/error-tracking
Command: npx skills add https://github.com/SkogAI/skillsandknowledge --skill error-tracking-skogai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures comprehensive Sentry v8 error tracking across project services, preventing silent failures and enabling consistent observability.

Core Features & Use Cases

  • Sentry v8 integration across controllers, routes, cron jobs, and database operations for unified error visibility
  • Standardized error handling patterns with BaseController usage and workflow helpers
  • Performance monitoring, tracing, and structured context to speed incident resolution

Quick Start

Initialize Sentry in your service instrument.ts, import context helpers, and wrap critical sections with try/catch to auto-capture errors.

Frequently Asked Questions about error-tracking

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

FAQPage Schema
How do I integrate Sentry v8 error tracking across Node.js controllers and cron jobs?

To integrate Sentry v8 error tracking, initialize Sentry in your service's instrument.ts file and wrap critical sections in controllers, routes, and cron jobs with consistent try/catch blocks to auto-capture errors and enable unified visibility.

What is the best way to enforce consistent error handling and tracing across multiple Node.js services?

Enforcing consistent error handling requires standardizing patterns like BaseController usage and workflow helpers, applying structured context and performance monitoring to capture errors uniformly across database operations and routes.

Does this Sentry integration approach work for both database operations and background cron jobs?

Yes, this Sentry v8 integration explicitly works for database operations, routes, controllers, and cron jobs, capturing silent failures and providing unified tracing and performance monitoring across all these service layers.

How do I prevent silent failures in Node.js cron jobs and database operations?

Prevent silent failures by centralizing Sentry v8 error tracking, initializing it in instrument.ts, and wrapping all cron job and database operation logic with consistent try/catch blocks to auto-capture unhandled exceptions.

Can I use Sentry performance monitoring and structured context to speed up incident resolution?

Yes, Sentry v8 integration includes performance monitoring, tracing, and structured context, which captures detailed error data across services and significantly speeds up incident resolution by providing unified visibility.