diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-13 22:00:02 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-13 22:00:02 -0700 |
commit | 3541d6a770c919e1f2e55a1ae53c4fc3abe31aa7 (patch) | |
tree | 69c18b87835eb7a2aa8a4a6ef8d210a9bbefb30b /docs | |
parent | e7445b22f4c2b7aa1f873a480fc266ec293ea4ce (diff) | |
download | sncontinue-3541d6a770c919e1f2e55a1ae53c4fc3abe31aa7.tar.gz sncontinue-3541d6a770c919e1f2e55a1ae53c4fc3abe31aa7.tar.bz2 sncontinue-3541d6a770c919e1f2e55a1ae53c4fc3abe31aa7.zip |
feat: :white_check_mark: update test and add model telemetry
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/telemetry.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/docs/telemetry.md b/docs/docs/telemetry.md index 1b9a8c4b..e0ea2158 100644 --- a/docs/docs/telemetry.md +++ b/docs/docs/telemetry.md @@ -11,6 +11,8 @@ We track - the steps that are run and their parameters
- whether you accept or reject suggestions (not the code itself)
- the traceback when an error occurs
+- the name of your OS
+- the name of the default model you configured
All data is anonymous and cleaned of PII before being sent to PostHog.
|