Implement comprehensive monitoring, logging, and observability for Clerk authentication.
For full implementation details and code examples, load:
Read(${CLAUDE_SKILL_DIR}/references/implementation-guide.md)
| Issue | Monitoring Action |
|---|---|
| High auth latency | Alert on p95 > 200ms |
| Failed webhooks | Alert on failure rate > 1% |
| Session anomalies | Track unusual session patterns |
| API errors | Capture with Sentry context |
Proceed to clerk-incident-runbook for incident response procedures.
Basic usage: Apply clerk observability to a standard project setup with default configuration options.
Advanced scenario: Customize clerk observability for production environments with multiple constraints and team-specific requirements.