ipfs / ipfs-check

A tool for checking the accessibility of your data by IPFS peers
https://check.ipfs.network
Other
40 stars 14 forks source link

feat: ignite-metrics - Add telemetry without UI #28

Closed SgtPooki closed 1 year ago

SgtPooki commented 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().