api-observability-setup-axiom-pino-sentry
Installation
SKILL.md
Observability Setup (Pino + Axiom + Sentry)
Quick Guide: One-time project setup for observability. Install
pino,next-axiom,@sentry/nextjs. Configure Axiom dataset + Vercel integration. Set up Sentry DSN and config files. Wrapnext.config.tswithwithAxiomthenwithSentryConfig. Addinstrumentation.tsfor runtime-specific Sentry init. Source maps are uploaded automatically whenSENTRY_AUTH_TOKENis set in CI.
Detailed Resources:
- For code examples, see examples/ folder:
- examples/core.md - Dependencies, env vars, next.config.ts, instrumentation
- examples/sentry-config.md - Sentry configuration files (client, server, edge)
- examples/pino-logger.md - Pino logger setup with redaction
- examples/axiom-integration.md - Web Vitals and dashboard queries
- examples/ci-cd.md - GitHub Actions source maps upload
- examples/health-check.md - Health check endpoints
- For decision frameworks and anti-patterns, see reference.md