You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One way to disable analytics would be to set segment.WriteKey to "" before reusing phases, but forgetting to do so would make the 3rd party app send k0sctl telemetry.
The best fix is probably to move the segment write key into the initAnalytics function used by cli commands. Or to remove analytics, nobody looks at them.
The text was updated successfully, but these errors were encountered:
Then it's not there for homebrew (unless it's added into the brew-formula), that's why it was hardcoded. A similar problem as for k0sctl version in #479
One way to disable analytics would be to set
segment.WriteKey
to""
before reusing phases, but forgetting to do so would make the 3rd party app send k0sctl telemetry.The best fix is probably to move the segment write key into the
initAnalytics
function used by cli commands. Or to remove analytics, nobody looks at them.The text was updated successfully, but these errors were encountered: