Telemetry Events

Add telemetry events to the RWX CLI. Covers event naming, prop conventions, how to thread the collector into internal packages, how sentinel errors map to `cli.error` `error_type` buckets (and the trap of returning unwrapped errors that classify as `unknown`), and how to test event recording. TRIGGER when: the user asks to "add telemetry", "log a telemetry event", "instrument", "track usage of", "record metrics for"; OR when adding a new error path / sentinel error and asking how it interacts with telemetry / `cli.error` / `classifyError`; OR when an error is showing up as `error_type: unknown` in telemetry.

rwx-cloud 0be300c 8.8 KB Updated

File contents

rwx-cloud/rwx/tree/main/.agents/skills/telemetry-events commit 0be300c798

Frequently asked questions

npx skillmds@latest add rwx-cloud/telemetry-events