-
Notifications
You must be signed in to change notification settings - Fork 1
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
Disabling telemetry on the lab docker image #104
Comments
Hi @Zzz-ams, you can find this in the Memgraph Lab settings (starting with v2.18). It will be saved in the browser storage for future usage (same host:port). I hope that helps :D |
Hey, thanks. Is there a way to do that through environment variables of the docker image, or a configuration change in the docker image? Also I am still seeing analytics calls in the network after those have been unchecked. Is that a bug? (With the following image: docker.io/memgraph/lab latest 5a0ee2b799a8 12 days ago) |
Hmm, I am curious if it is a cache thing or not. Can you try with hard refresh or see how it works in incognito mode (fresh mode - you will need to untick the boxes in the settings again because of the fresh state)? Re: env variable setup - this is a good suggestion! We will add it to our backlog! |
Hmm. Might have been a cache thing. Thanks. Also a hacky solution can be removing the address of the analytics.
|
Hello,
I am seeing google telemetry in the frontend, when running it through the lab docker image.
Is there a easy way to disable that telemetry?
For the memgraph mage docker image, there is the command to disable it with
--telemetry-enabled=false
The text was updated successfully, but these errors were encountered: