概要
This skill provides a robust framework for integrating Sentry v8 into Node.js projects, ensuring that no error goes untracked. It enforces standardized error handling patterns for controllers, asynchronous workflows, and database operations while providing specific templates for instrumenting cron jobs and tracking performance spans. By utilizing this skill, developers can maintain high observability across complex microservices, leveraging specialized helpers and base classes to capture detailed context, detect N+1 database queries, and monitor execution times without exposing sensitive data.