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()
Working on this one now, can't assign this to myself until https://github.com/multiformats/github-mgmt/pull/60 is merged
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()
.