error-monitoring
SKILL.md
Error Monitoring & Logging Skill
Overview
This skill helps you implement robust error handling, logging, and monitoring in your Next.js application. From local development to production monitoring, this covers everything you need to catch and fix issues.
Error Boundaries (React)
Basic Error Boundary
// app/error.tsx
'use client'
import { useEffect } from 'react'