Monitoring & Logging

Plings frontend is static but still benefits from runtime monitoring.

Metrics

  • Vercel Analytics – Core web vitals, traffic.
  • Sentry – JavaScript error tracking (browser + source maps).
  • Lighthouse CI – Performance regression guard.

Log Sources

| Source | Tool | Retention | |——–|——|———–| | Client Errors | Sentry | 90 days | | Build Logs | GitHub Actions & Vercel | 30 days | | Browser Performance | Vercel Analytics | 31 days |

Status: draft.