Scan a web application codebase for existing observability and identify gaps.
/plugin marketplace add nexus-labs-automation/web-observability/plugin install nexus-labs-automation-web-observability@nexus-labs-automation/web-observability# Audit Command Scan a web application codebase for existing observability and identify gaps. ## Usage **Arguments:** - `path`: Optional. Directory to scan (defaults to cwd) ## Workflow ### Step 1: Analyze Codebase Launch `codebase-analyzer` agent to: - Detect framework - Find existing telemetry SDKs - Map coverage by area - Identify anti-patterns ### Step 2: Evaluate Coverage Check against priority tiers: - **P0:** Errors, source maps, Core Web Vitals, user context - **P1:** Route tracking, API tracing, hydration timing - **P2:** Session replay, synthetic monitoring ### Step 3: ...