You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eliminates anonymous error reporting functionality that was collecting stack traces and error context via Sentry. Removes all telemetry-related code, configuration options, and documentation references.
Copy file name to clipboardExpand all lines: README.md
+4-27Lines changed: 4 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,7 +165,6 @@ The interactive installer will:
165
165
- Prompt to install `codegraph` globally (needed for hooks & MCP server to work)
166
166
- Configure the MCP server in `~/.claude.json`
167
167
- Set up auto-allow permissions for CodeGraph tools
168
-
- Ask about [anonymous error reporting](#-telemetry) (opt-out available)
169
168
- Add global instructions to `~/.claude/CLAUDE.md` (teaches Claude how to use CodeGraph)
170
169
- Install Claude Code hooks for automatic index syncing
171
170
- Optionally initialize your current project
@@ -311,11 +310,10 @@ The installer will:
311
310
1. Prompt to install `codegraph` globally (needed for hooks & MCP server)
312
311
2. Ask for installation location (global `~/.claude` or local `./.claude`)
313
312
3. Optionally set up auto-allow permissions
314
-
4. Ask about [anonymous error reporting](#-telemetry) (opt-out available)
315
-
5. Configure the MCP server in `claude.json`
316
-
6. Add global instructions to `~/.claude/CLAUDE.md` (teaches Claude how to use CodeGraph)
317
-
7. Install Claude Code hooks for automatic index syncing
318
-
8. For local installs: initialize and index the current project
313
+
4. Configure the MCP server in `claude.json`
314
+
5. Add global instructions to `~/.claude/CLAUDE.md` (teaches Claude how to use CodeGraph)
315
+
6. Install Claude Code hooks for automatic index syncing
316
+
7. For local installs: initialize and index the current project
319
317
320
318
### `codegraph init [path]`
321
319
@@ -711,27 +709,6 @@ Run `codegraph init` in your project directory first.
711
709
- Check if the file's language is supported
712
710
- Verify the file isn't excluded by config patterns
713
711
714
-
## 📡 Telemetry
715
-
716
-
CodeGraph collects anonymous error reports via [Sentry](https://sentry.io) to help diagnose and fix bugs. This is **enabled by default** in production environments (disabled in development/test).
717
-
718
-
**What is collected:**
719
-
- Error type, message, and stack trace (includes local file paths in the trace)
720
-
- CodeGraph version and process name (CLI or MCP server)
721
-
722
-
**What is NOT collected:**
723
-
- Source code contents
724
-
- File contents or repository data
725
-
- Personal information or environment variables
726
-
727
-
**To opt out**, set the environment variable before running CodeGraph:
0 commit comments