Integrates comprehensive Sentry v8 error monitoring and performance tracking into TypeScript and Node.js services.
This skill enforces a robust observability strategy by standardizing how errors are captured and performance is monitored across controllers, cron jobs, and database operations. It provides ready-to-use implementation patterns for Sentry v8, ensuring that no exception goes unlogged while simultaneously tracking database query performance, N+1 query detection, and transaction spans for complex backend workflows. It is particularly useful for teams requiring high reliability and detailed telemetry in distributed service environments.
Key Features
01Automated database performance tracking including N+1 query detection
022 GitHub stars
03Mandatory cron job instrumentation for reliable background task monitoring
04Standardized Sentry v8 implementation patterns for controllers and routes
05Granular performance span management for asynchronous operations
06Workflow-specific error handling with custom metadata and user context
Use Cases
01Adding enterprise-grade error handling and reporting to new API controllers
02Instrumenting critical cron jobs to ensure execution failures are never missed
03Identifying slow database queries and performance bottlenecks in complex backend workflows