error-tracking

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

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/tlswhdghks42/voxmaster-daw --skill error-tracking-tlswhdghks42
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: error-tracking
Source: https://github.com/tlswhdghks42/voxmaster-daw/tree/main/.claude/skills/error-tracking
Command: npx skills add https://github.com/tlswhdghks42/voxmaster-daw --skill error-tracking-tlswhdghks42

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill ensures all errors and performance issues within your project services are captured and monitored using Sentry, preventing silent failures and improving system reliability.

Core Features & Use Cases

  • Universal Error Capture: Enforces Sentry integration for all errors, including those in controllers, routes, cron jobs, and workflows.
  • Performance Monitoring: Tracks database performance, API endpoint transactions, and cron job execution times.
  • Use Case: When developing a new API endpoint, use this skill to automatically instrument it for error tracking and performance monitoring, ensuring any issues are immediately reported to Sentry.

Quick Start

Use the error-tracking skill to add Sentry v8 error tracking to the new user registration controller.

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 for error tracking across controllers and cron jobs?

To integrate Sentry v8 for error tracking, you instrument controllers, routes, cron jobs, and asynchronous tasks to capture errors and prevent silent failures across project services. This ensures all exceptions are reported to Sentry for comprehensive monitoring.

What is Sentry performance monitoring and how does it track database operations?

Sentry performance monitoring tracks database performance by recording execution times as spans. It instruments API endpoint transactions and cron job execution times, providing detailed context logging to identify bottlenecks within project services.

How do I capture silent failures in asynchronous tasks using Sentry?

You capture silent failures in asynchronous tasks by enforcing Sentry integration within your task workflows. This universal error capture mechanism ensures that any unhandled exceptions in background processes are immediately reported to Sentry.

Does this Sentry integration work with existing API endpoints and database operations?

Yes, the Sentry integration works with existing API endpoints and database operations by adding performance span instrumentation. It automatically tracks transactions and database performance, ensuring any issues during execution are immediately reported.

What's the best way to monitor cron job execution times and errors?

The best way to monitor cron job execution times and errors is using Sentry v8 performance monitoring. It instruments cron job execution as spans, capturing both performance metrics and runtime errors to prevent silent failures in scheduled workflows.