Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs to include info about analytics #19

Merged
merged 2 commits into from
May 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
```
Loading