ipfs-shipyard / pinning-service-compliance

This repo checks the compliance of IPFS Pinning Services against the pinning spec
https://ipfs-shipyard.github.io/pinning-service-compliance/
Other
13 stars 10 forks source link

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

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