diff --git a/aider/website/docs/more/analytics.md b/aider/website/docs/more/analytics.md index a6f64c846..7db6f43a6 100644 --- a/aider/website/docs/more/analytics.md +++ b/aider/website/docs/more/analytics.md @@ -39,11 +39,6 @@ To get a better sense of what type of data is collected, you can review some These are the last 1,000 analytics events from the author's personal use of aider, updated regularly. -Since aider is open source, all the places where aider reports analytics -are visible in the source code. -They can be easily viewed using -[GitHub search](https://github.com/search?q=repo%3Apaul-gauthier%2Faider+%22.event%28%22&type=code). - ## Enabling & disabling analytics You can opt out of analytics forever by running this command one time: @@ -81,6 +76,11 @@ If you want to just log analytics without reporting them, you can do: aider --analytics-log filename.jsonl --no-analytics ``` +Since aider is open source, all the places where aider reports analytics +are visible in the source code. +They can be easily viewed using +[GitHub search](https://github.com/search?q=repo%3Apaul-gauthier%2Faider+%22.event%28%22&type=code). + ## Reporting issues