Skip to content

Commit

Permalink
Update docs to include info about analytics (#19)
Browse files Browse the repository at this point in the history
* Update docs to include info about analytics

* Update docs/devtools.md

Co-authored-by: Kevin Cheung <[email protected]>

---------

Co-authored-by: Kevin Cheung <[email protected]>
  • Loading branch information
sam-gc and kevinthecheung authored May 3, 2024
1 parent 8a25ee3 commit 321b94d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/devtools.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,21 @@ The Developer UI has action runners for `flow`, `prompt`, `model`, `tool`, `retr
Here's a quick gif tour with cats.

![Gif overview of Genkit Developer UI](resources/genkit_developer_ui_overview.gif)

### Analytics

The Genkit CLI and Developer UI use cookies and similar technologies from Google
to deliver and enhance the quality of its services and to analyze usage.
[Learn more](https://policies.google.com/technologies/cookies).

To opt-out of analytics, you can run the following command:

```posix-terminal
genkit config set analyticsOptOut true
```

You can view the current setting by running:

```posix-terminal
genkit config get analyticsOptOut
```

0 comments on commit 321b94d

Please sign in to comment.