Closed s100 closed 5 months ago
Hi @s100 - thank you for reporting this. We confirmed that even though the empty shell windows were popping up, the opt-out continued to work and no data was collected. (Also, if not opted out, data is only collected in CI environments, never in a local environment.)
We have a PR started (linked above) that adds some better guidance for how to opt out when using Windows, with a fix to prevent the background process from spawning shell windows.
Description
I find the fact that we have to opt out of having this telemetry gathered highly questionable. But honestly what I find irritating about this package is that it briefly pops up an empty shell window when it runs which obstructs the rest of my screen and steals focus. This is on Windows.
We don't use
@ibm/telemetry-js
directly, but we do use@carbon/react
which has numerous dependencies which use@ibm/telemetry-js
:What this means is that when I
npm install @carbon/react
, this empty shell window pops up eleven times! It's exceedingly annoying and blocks my workflow for 5-6 seconds.According to the documentation we can set the environment variable
IBM_TELEMETRY_DISABLED=true
but this doesn't work. How do we opt out of this?Steps to reproduce
On Windows:
Then watch.