@bulletproof-sh/ctrl-daemon 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -40,11 +40,9 @@ The [Ctrl web app](https://ctrl.bulletproof.sh) connects here by default. You ca
|
|
|
40
40
|
|
|
41
41
|
| Variable | Description |
|
|
42
42
|
|---|---|
|
|
43
|
-
| `VITE_PUBLIC_POSTHOG_KEY` | PostHog API key for analytics (optional) |
|
|
44
|
-
| `VITE_PUBLIC_POSTHOG_HOST` | PostHog host (default: `https://us.i.posthog.com`) |
|
|
45
43
|
| `CLAUDE_HOME` | Override the Claude home directory (default: `~/.claude`) |
|
|
46
44
|
|
|
47
|
-
Analytics are
|
|
45
|
+
Analytics are always enabled and use a built-in PostHog key — no configuration needed. Crash reports use PostHog Error Tracking.
|
|
48
46
|
|
|
49
47
|
## Auto-update
|
|
50
48
|
|