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
We might need to revisit/refactor ignite-metrics, because mv3 removes the background_page context and replaces it with service-wroker context, i.e. reporting metrics from the background would be the same constraint as if running from within a service worker.
Metrics might break on ipfs-companion, because countly sdk needs window context and mv3 replaces background page with a service-worker context, i.e. no more countly:
Webpack has been incapable so far of producing an asset free of window references.
This may help, though it would require us to rebuild our own countly sdk. We could also use patch-package, but ideally countly would produce a decent SDK that could be consumed in multiple environments.
From @whizzzkid:
We might need to revisit/refactor ignite-metrics, because mv3 removes the background_page context and replaces it with service-wroker context, i.e. reporting metrics from the background would be the same constraint as if running from within a service worker.
Metrics might break on ipfs-companion, because countly sdk needs window context and mv3 replaces background page with a service-worker context, i.e. no more countly:
Discussed at:
The text was updated successfully, but these errors were encountered: