Closed SgtPooki closed 1 year ago
Add telemetry according to https://github.com/ipfs/ipfs-gui/issues/105.
See https://github.com/ipfs/ipfs-gui/issues/105#issuecomment-1386291301 for more details about why there is no UI treatment.
Users will be able to opt out by executing the function removeMetricsConsent in their browser console: removeMetricsConsent(). They can re-add consent using addMetricsConsent().
removeMetricsConsent
removeMetricsConsent()
addMetricsConsent()
Add telemetry according to https://github.com/ipfs/ipfs-gui/issues/105.
See https://github.com/ipfs/ipfs-gui/issues/105#issuecomment-1386291301 for more details about why there is no UI treatment.
Users will be able to opt out by executing the function
removeMetricsConsent
in their browser console:removeMetricsConsent()
. They can re-add consent usingaddMetricsConsent()
.