error-tracking

Automate Sentry v8 error tracking and performance monitoring across services.

317|108|Updated Oct 18, 2025
One-click install
npx skills add https://github.com/AojdevStudio/Finance-Guru --skill error-tracking-aojdevstudio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: error-tracking
Source: https://github.com/AojdevStudio/Finance-Guru/tree/main/.claude/skills/error-tracking
Command: npx skills add https://github.com/AojdevStudio/Finance-Guru --skill error-tracking-aojdevstudio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Comprehensive Sentry error tracking and performance monitoring across all your project services following Sentry v8 patterns.

Core Features & Use Cases

  • Unified error capture and monitoring across multiple services (form service, email service, cron jobs)
  • Contextual tracing and performance monitoring for database operations and workflows
  • Enforces standardized initialization and helper utilities to ensure consistent observability

Quick Start

Initialize Sentry in the service startup using the instrument.ts module to enable full error tracking.

Frequently Asked Questions about error-tracking

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

FAQPage Schema
How do I set up Sentry v8 error tracking across multiple services?

Sentry v8 error tracking across multiple services is set up by initializing the instrument.ts module during service startup to ensure unified error capture and performance monitoring.

Can I monitor cron jobs and database operations with Sentry instrumentation?

Yes, Sentry instrumentation can monitor cron jobs and database operations by applying standardized helpers and tracing patterns to capture contextual data and performance metrics.

What is the best way to standardize error capture for form and email services?

The best way to standardize error capture for form and email services is using dedicated helper utilities that enforce consistent initialization and observability patterns across all workflows.

Do I need specific helpers to enable contextual tracing for database workflows?

Yes, you need dedicated helpers to enable contextual tracing for database workflows, ensuring reliable error capture and consistent performance monitoring across all database operations.

Why use standardized initialization for application performance monitoring?

Standardized initialization for application performance monitoring ensures consistent observability by enforcing universal Sentry patterns via the instrument.ts module across all project services.