mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-12 07:35:00 +00:00
copy
This commit is contained in:
parent
4d04a35e73
commit
d2435c2e00
8 changed files with 58 additions and 25 deletions
|
@ -248,16 +248,16 @@ cog.outl("```")
|
|||
## Run tests and fix problems found
|
||||
#test: false
|
||||
|
||||
#####################
|
||||
# Analytics Settings:
|
||||
############
|
||||
# Analytics:
|
||||
|
||||
## Enable/disable analytics tracking (default: True)
|
||||
## Enable/disable analytics for one session (default: False)
|
||||
#analytics: false
|
||||
|
||||
## Specify a file to log analytics events
|
||||
#analytics-log:
|
||||
|
||||
## Disable analytics tracking and mark as disabled in mixpanel.json
|
||||
## Disable analytics forever
|
||||
#analytics-disable: false
|
||||
|
||||
#################
|
||||
|
|
|
@ -255,16 +255,16 @@ cog.outl("```")
|
|||
## Run tests and fix problems found
|
||||
#AIDER_TEST=false
|
||||
|
||||
#####################
|
||||
# Analytics Settings:
|
||||
############
|
||||
# Analytics:
|
||||
|
||||
## Enable/disable analytics tracking (default: True)
|
||||
## Enable/disable analytics for one session (default: False)
|
||||
#AIDER_ANALYTICS=false
|
||||
|
||||
## Specify a file to log analytics events
|
||||
#AIDER_ANALYTICS_LOG=
|
||||
|
||||
## Disable analytics tracking and mark as disabled in mixpanel.json
|
||||
## Disable analytics forever
|
||||
#AIDER_ANALYTICS_DISABLE=false
|
||||
|
||||
#################
|
||||
|
|
|
@ -411,10 +411,10 @@ Run tests and fix problems found
|
|||
Default: False
|
||||
Environment variable: `AIDER_TEST`
|
||||
|
||||
## Analytics Settings:
|
||||
## Analytics:
|
||||
|
||||
### `--analytics`
|
||||
Enable/disable analytics tracking (default: True)
|
||||
Enable/disable analytics for one session (default: False)
|
||||
Default: False
|
||||
Environment variable: `AIDER_ANALYTICS`
|
||||
Aliases:
|
||||
|
@ -426,7 +426,7 @@ Specify a file to log analytics events
|
|||
Environment variable: `AIDER_ANALYTICS_LOG`
|
||||
|
||||
### `--analytics-disable`
|
||||
Disable analytics tracking and mark as disabled in mixpanel.json
|
||||
Disable analytics forever
|
||||
Default: False
|
||||
Environment variable: `AIDER_ANALYTICS_DISABLE`
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ in upcoming releases.
|
|||
To get a better sense of what type of data is collected, you can review some
|
||||
[sample analytics logs](https://github.com/paul-gauthier/aider/blob/main/aider/website/assets/sample-analytics.jsonl).
|
||||
These are the last 1,000 analytics events from the author's
|
||||
personal use of aider.
|
||||
personal use of aider, updated regularly.
|
||||
|
||||
## Enabling & disabling analytics
|
||||
|
||||
|
@ -56,7 +56,7 @@ aider --no-analytics
|
|||
|
||||
## Logging and inspecting analytics
|
||||
|
||||
You can get a full log of all the data that aider is collecting,
|
||||
You can get a full log of the analytics that aider is collecting,
|
||||
in case you would like to audit or inspect this data.
|
||||
|
||||
```
|
||||
|
@ -87,7 +87,9 @@ Aider is committed to complying with applicable data protection and privacy laws
|
|||
|
||||
3. Data Retention: Anonymous usage data is retained for a period of 5 years, after which it is automatically deleted.
|
||||
|
||||
4. User Rights: As we do not collect personal data, individual data subject rights (such as access, rectification, erasure) are not applicable. However, users have the right to opt-out of data collection entirely (see "Disabling analytics" section).
|
||||
4. User Rights: As we do not collect personal data, individual data subject rights (such as access, rectification, erasure) are not applicable. However, users have the right to opt-out of data collection entirely. See
|
||||
[Enabling & disabling analytics](#enabling--disabling-analytics)
|
||||
above.
|
||||
|
||||
5. Data Protection: We implement appropriate technical and organizational measures to ensure a level of security appropriate to the risk.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue