monitoring-setup
Originally fromshipshitdev/library
Installation
SKILL.md
Monitoring Setup
When to Use This Skill
- Need to set up error tracking (Sentry)
- Want to configure Google Analytics
- Need monitoring for production applications
- Want to track application errors and user behavior
Sentry Setup
NestJS Backend
- Install:
bun add @sentry/node @sentry/profiling-node - Initialize in
main.tsbefore app creation - Configure DSN via
SENTRY_DSNenvironment variable - Set appropriate sample rates for production