Integrate version tracking for DenchClaw and OpenClaw into the telemetry system. The versions are now read from the package.json and environment variables, and are included in the PostHog client initialization and telemetry events. This enhancement allows for better monitoring and analytics of the versions in use.
4 lines
104 B
TypeScript
4 lines
104 B
TypeScript
export const POSTHOG_KEY = "";
|
|
export const DENCHCLAW_VERSION = "";
|
|
export const OPENCLAW_VERSION = "";
|