Skip to content

Misleading ANONYMIZED_TELEMETRY flag disables telemetry only when set to true #45

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

Open
franzen opened this issue Apr 25, 2025 · 2 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@franzen
Copy link

franzen commented Apr 25, 2025

The configuration flag ANONYMIZED_TELEMETRY behaves opposite to what its name suggests. Setting it to true disables all telemetry, while false leaves telemetry enabled. This negative logic contradicts the variable name and confuses users.

# Set to true if you want to disable anonymous telemetry (default is false)
ANONYMIZED_TELEMETRY=false
@michiosw
Copy link
Contributor

Hey @franzen , you're correct! The documentation should actually read:

# Set to false to disable anonymized telemetry
ANONYMIZED_TELEMETRY=true

as shown in the official browser-use documentation and their source code. This telemetry is collected only by the browser-use package—not by us (CoBrowser).

I'll update our .env.example file to correctly reflect this and clarify our position:

# Set to true to enable anonymized telemetry sent to the browser-use team.
# We (CoBrowser) do NOT track any telemetry.
ANONYMIZED_TELEMETRY=false

@michiosw
Copy link
Contributor

@michiosw michiosw self-assigned this Apr 28, 2025
@michiosw michiosw added the documentation Improvements or additions to documentation label Apr 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants