Sentry/sentry-nestjs-sdk — Agent Skills | officialskills.sh
Back to skills

sentry-nestjs-sdk

Full Sentry SDK setup for NestJS with Express or Fastify, GraphQL, microservices, WebSockets, and background jobs.

Setup & Installation

npx skills add https://github.com/getsentry/sentry-for-ai --skill sentry-nestjs-sdk
or paste the link and ask your coding assistant to install it
https://github.com/getsentry/sentry-for-ai/tree/main/skills/sentry-nestjs-sdk
View on GitHub

What This Skill Does

Full Sentry SDK setup for NestJS. Use when asked to add Sentry to NestJS, install @sentry/nestjs, setup Sentry in NestJS, or configure error monitoring, tracing, profiling, logging, metrics, crons, or AI monitoring for NestJS applications. Supports Express and Fastify adapters, GraphQL, microservices, WebSockets, and background jobs.

Handles NestJS-specific module wiring and adapter choices in one place instead of piecing it together from multiple SDK docs.

When to use it

  • Adding @sentry/nestjs to a Fastify-based NestJS API
  • Instrumenting a GraphQL NestJS schema with tracing
  • Monitoring WebSocket gateways for errors
  • Wiring Sentry into a NestJS microservice pattern
  • Tracking background job health with crons