1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 02:10:12 +01:00
metamask-extension/app/scripts/lib
Mark Stacey 1d84f33dbd
Change MetaMetrics category for background events (#9155)
Background events are now sent in the `Background` category, rather
than `backend`. Conventionally we use the term "background" over
"backend", as it's not really a "backend" in the normal sense since
it's a client background process. Also it's capitalized because all of
the other event categories are capitalized as well.

The metrics URL has been updated to use `background` instead of
`backend` as well, for consistency.

Luckily we don't have to worry about our metrics being disjointed due
to this name change, because the background metrics never worked to
begin with! So there will be none under the old name. The metrics will
be made functional in a separate PR.
2020-08-07 13:45:49 -03:00
..
ens-ipfs
migrator
account-tracker.js
auto-reload.js
backend-metametrics.js
buy-eth-url.js
cleanErrorStack.js
ComposableObservableStore.js
createLoggerMiddleware.js
createOnboardingMiddleware.js
createOriginMiddleware.js
createStreamSink.js
createTabIdMiddleware.js
decrypt-message-manager.js
encryption-public-key-manager.js
enums.js
extractEthjsErrorMessage.js
fetch-with-timeout.js
freezeGlobals.js
get-first-preferred-lang-code.js
getObjStructure.js
local-store.js
message-manager.js
network-store.js
nodeify.js
notification-manager.js
personal-message-manager.js
random-id.js
seed-phrase-verifier.js
select-chain-id.js
setupFetchDebugging.js
setupSentry.js
stream-utils.js
typed-message-manager.js
util.js