error-tracking

Enforce centralized Sentry v8 error capture across backend services.

1|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/lastdays03/team-standards --skill error-tracking-lastdays03
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: error-tracking
Source: https://github.com/lastdays03/team-standards/tree/main/.claude/skills/error-tracking
Command: npx skills add https://github.com/lastdays03/team-standards --skill error-tracking-lastdays03

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This integration enforces comprehensive Sentry error tracking and performance monitoring across services using Sentry v8 patterns, ensuring visibility and rapid remediation of issues.

Core Features & Use Cases

  • Centralized error capture for controllers, routes, workflows, and cron jobs.
  • Performance monitoring with tracing and profiling configuration.
  • Environment-aware error handling with contextual metadata and user scope.

Quick Start

Import the instrument.ts early in your service startup to initialize Sentry and follow the documented integration patterns.

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 for TypeScript backend services?

To set up Sentry v8 error tracking, import the instrument.ts file early in your service startup to initialize Sentry. This enforces centralized error capture across backend controllers, routes, and database operations with configured tracing and profiling.

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

Yes, Sentry v8 monitoring applies directly to cron jobs and database operations. The integration provides centralized error capture and performance monitoring with tracing, ensuring visibility and rapid remediation across these specific backend workflows.

What is the best way to standardize error capture across backend routes?

The best way to standardize error capture is using Sentry v8 integration patterns with dedicated controller wrappers. This approach enforces centralized error handling across backend routes while providing environment-aware contextual metadata and user scope.

Does Sentry v8 support performance tracing and profiling configuration?

Yes, Sentry v8 supports performance tracing and profiling configuration. The integration enables environment-aware error handling with contextual metadata, allowing you to monitor performance and capture errors simultaneously across your backend services.

How do I add environment-aware context to backend error tracking?

Environment-aware error tracking is added by configuring Sentry v8 with dedicated helpers and controller wrappers. This approach attaches contextual metadata and user scope to captured errors, providing visibility tailored to your specific service environment.