multiformats / cid-utils-website

A website for decoding CIDs
https://cid.ipfs.tech/#bafybeigdyrzt5sfp7udm7hu76uh7y26nf3efuylqabf3oclgtqy55fbzdi
34 stars 24 forks source link

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

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

SgtPooki commented 1 year ago

Working on this one now, can't assign this to myself until https://github.com/multiformats/github-mgmt/pull/60 is merged