mirror of
https://github.com/KeygraphHQ/shannon.git
synced 2026-06-07 07:53:57 +02:00
feat: add PostHog telemetry with persistent installation tracking
- Add telemetry module with PostHog integration and opt-out support - Track workflow/agent lifecycle events (start, complete, fail, retry) - Persist anonymous installation ID to ~/.shannon/telemetry-id - Include hashed target hostname for unique target counting - Mount host ~/.shannon in container for ID persistence across rebuilds
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
"figlet": "^1.9.3",
|
||||
"gradient-string": "^3.0.0",
|
||||
"js-yaml": "^4.1.0",
|
||||
"posthog-node": "^5.20.0",
|
||||
"zod": "^3.22.4",
|
||||
"zx": "^8.0.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user