A wizard that walks you through adding Sentry to NestJS projects. It scans your codebase to detect your HTTP adapter (Express or Fastify), whether you're using GraphQL, microservices, WebSockets, Bull queues, or AI libraries, then recommends the right mix of error monitoring, tracing, profiling, logging, metrics, and cron monitoring based on what it finds. The implementation follows Sentry's three-file initialization pattern and handles NestJS-specific edge cases like existing DI wrappers, config classes, and duplicate module registration. It's opinionated but checks for what you already have before making changes. Good for teams that want comprehensive observability without reading through platform docs to figure out which integrations matter for their stack.
npx skills add https://github.com/getsentry/sentry-for-ai --skill sentry-nestjs-sdk