/knowzcode:telemetry

The telemetry command connects to your monitoring stack (Sentry, Application Insights, etc.) and lets you investigate production issues using natural language. Ask about error rates, trace exceptions, check deployment health, and diagnose issues -- all from your coding environment.

How it works

Configure your telemetry sources with /knowzcode:telemetry-setup (Sentry project slug, App Insights resource, etc.). Then query with natural language: /knowzcode:telemetry 'what errors happened after the last deploy?' or 'show me the top 5 exceptions this week'. The framework translates your query into the appropriate API calls, fetches the data, and presents findings with context: error details, stack traces, affected users, and suggested fixes.

Telemetry query showing production errors with stack traces

Screenshot coming soon

Why it matters

Context switching between your coding environment and monitoring dashboards breaks flow and loses context. The telemetry command brings production observability into your development workflow. When you discover a bug in Sentry, you can immediately start a /knowzcode:fix or /knowzcode:work to address it -- no context switching, no tab juggling. The error context flows directly into the development workflow.

Error discovery flowing directly into fix workflow

Screenshot coming soon