-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Sentry (Collect Analytics) can not be disabled in Open Source Version #6430
Comments
facing the same issue ... |
i have same question |
My observations:
What really made me furious, that creating an account locally leaked my e-mail and I immediately received a spam mail from |
Same problem here, I set in the Helm Chart :
and pods have the correct :
|
My current solution was to rip out all mentions of Sentry/Google from the web part and remove all sentry URLs in the Python code. Still need go over the Python part and double check that it's not "calling home" in the background. I am not a web guy, but the need to leave So this is what I am using now, still checking if I did not remove too much or too little: Don't get me wrong, Label Studio is great software for labeling and I appreciate it being open source, but the automatically enabled and data collection even when running it locally which makes it really not obvious to new users and the inability to truly disable it is a total "no go" for me. Also, for anyone who is struggling to build/run it locally, at least on Fedora you seem to need to go via
Then for a pip installable
To run it from the git checkout directory:
|
great job, I'm going to try your fork later in the day. It's very sad to waste such a good product with so many analytics. |
This worked for me 👍🏼 thanks! |
Describe the bug
We tried to install label-studio on our GKE Cluster and it worked but we are not able to disable the collection of analytics on FE and BE to sentry.io.
We tried all the described options in our Env / Chart
Also tried the solution from #5787 and #4612 but it does not seem to work.
Any thoughts?
To Reproduce
We tried the following (all together, or 1 by 1) none of it does work
Set in the values.yaml for the helm chart
Expected behavior
Sentry calls are not triggered.
Screenshots
In the backend log we get a lot of errors like:
as our proxy won't allow any calls to https://o227124.ingest.sentry.io/
Environment (please complete the following information):
Additional context
Helm chart "1.6.3"
Thanks for the help.
The text was updated successfully, but these errors were encountered: