OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add brianlovin/agent-config --skill sentry
Sentry error monitoring and performance tracing patterns for Next.js applications.
npx skills add brianlovin/agent-config --skill sentry
Guidelines for using Sentry for error monitoring and performance tracing.
Use Sentry.captureException(error) in try/catch blocks:
Create spans for meaningful actions like button clicks, API calls, and function calls.
Sentry initialization files:
sentry.client.config.ts - Client-sidesentry.server.config.ts - Server-sidesentry.edge.config.ts - Edge runtimeImport with import * as Sentry from "@sentry/nextjs" - no need to initialize in other files.
Use logger.fmt for template literals with variables: