Summary
Extend CLI telemetry to track detailed metrics for Seer AI commands (sentry issue explain, sentry issue plan) to understand success/failure patterns.
Metrics to Track
Implementation
- Add custom metrics/spans in Seer command handlers
- Use Sentry's
metrics.increment() or custom tags on spans
- Existing telemetry setup in
src/lib/telemetry.ts
Related