You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users will be able to opt out by executing the function removeMetricsConsent in their browser console: removeMetricsConsent(). They can re-add consent using addMetricsConsent().
Gotchas for this repo
This page is bundled up into webui, so we need to make sure we use metrics from webui if it’s being loaded there
App Location
Emit Metrics?
explore.ipld.io website
true
webui
only if we propagate through webui (needs further work)
ipfs-desktop
only if we propagate through ipfs-desktop (needs further work)
So in the webui and desktop cases, we should just not emit any metrics from explore.ipld.io
The text was updated successfully, but these errors were encountered:
Add telemetry according to ipfs/ipfs-gui#105.
See ipfs/ipfs-gui#105 (comment) 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()
.Gotchas for this repo
This page is bundled up into webui, so we need to make sure we use metrics from webui if it’s being loaded there
So in the webui and desktop cases, we should just not emit any metrics from explore.ipld.io
The text was updated successfully, but these errors were encountered: