Skip to content

Commit c546a7c

Browse files
phernandezclaude
andcommitted
Remove plugin analytics module
The analytics module caused a warning in OpenClaw. Removed all plugin telemetry (analytics.ts, analytics.test.ts, and integration points in index.ts and bm-client.ts). Kept a README note about the Basic Memory CLI's own telemetry since that still applies. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 604c614 commit c546a7c

File tree

6 files changed

+2
-489
lines changed

6 files changed

+2
-489
lines changed

README.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -572,22 +572,9 @@ openclaw-basic-memory/
572572

573573
## Telemetry
574574

575-
Basic Memory collects anonymous, minimal usage events to understand how the CLI-to-cloud conversion funnel performs. This helps us prioritize features and improve the product.
575+
This plugin itself does not collect any telemetry. However, the **Basic Memory CLI** (`bm`) that the plugin spawns may send anonymous usage analytics. See the [Basic Memory documentation](https://github.com/basicmachines-co/basic-memory) for details.
576576

577-
**What we collect:**
578-
- Cloud promo impressions (when the promo banner is shown)
579-
- Cloud login attempts and outcomes
580-
- Promo opt-out events
581-
582-
**What we do NOT collect:**
583-
- No file contents, note titles, or knowledge base data
584-
- No personally identifiable information (PII)
585-
- No IP address tracking or fingerprinting
586-
- No per-command or per-tool-call tracking
587-
588-
Events are sent to our [Umami Cloud](https://umami.is) instance, an open-source, privacy-focused analytics platform. Events are fire-and-forget on a background thread — analytics never blocks or slows the CLI.
589-
590-
**Opt out** by setting the environment variable:
577+
To opt out of Basic Memory CLI telemetry:
591578

592579
```bash
593580
export BASIC_MEMORY_NO_PROMOS=1

analytics.test.ts

Lines changed: 0 additions & 301 deletions
This file was deleted.

0 commit comments

Comments
 (0)