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 345ed9f6f2
Add build type to Sentry environment (#12441)
The build type (i.e. the distribution) is now included in the Sentry
environment during setup, for all builds except the "main" build. This
will allow us to track Flask and beta errors separately from other
errors.

A constant was created for the build types. The equivalent constant in
our build scripts was updated to match it more closely, for
consistency. We can't use the same constant in both places because our
shared constants are in modules that use ES6 exports, and our build
script does not yet support ES6 exports.

The singular `BuildType` was used rather than `BuildTypes` to match our
naming conventions elsewhere for enums. We name them like classes or
types, rather than like a collection.

Relates to #11896
2021-10-25 14:27:30 -02:30
..
ens-ipfs Add Skylink support to ENS resolver (#11401) 2021-07-16 10:22:04 -05:00
migrator Use strict assertion mode everywhere (#11012) 2021-05-07 17:08:24 -02:30
rpc-method-middleware Integrate TokensController (#11552) 2021-09-10 12:37:19 -05:00
account-tracker.js Setting balance to 0x0 when the original value is undefined (#10634) 2021-03-12 10:20:33 -05:00
buy-eth-url.js Call Wyre’s API via our backend to generate Wyre’s Checkout URL (#11387) 2021-06-25 09:52:29 -05:00
buy-eth-url.test.js Call Wyre’s API via our backend to generate Wyre’s Checkout URL (#11387) 2021-06-25 09:52:29 -05:00
cleanErrorStack.js Fix 12145 - Ledger errors being set as Error: [object, object] (#12176) 2021-09-22 10:41:23 -07:00
cleanErrorStack.test.js Use strict assertion mode everywhere (#11012) 2021-05-07 17:08:24 -02:30
ComposableObservableStore.js Added getPersistentState support for V2 controllers persist metadata (#12007) 2021-09-05 19:33:37 -07:00
ComposableObservableStore.test.js Migrate to new CurrencyRateController (#11005) 2021-05-20 00:27:51 -02:30
createLoggerMiddleware.js @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
createMetaRPCHandler.js return early from metaRPCHandler if stream has ended (#11065) 2021-05-12 15:12:46 -07:00
createMetaRPCHandler.test.js return early from metaRPCHandler if stream has ended (#11065) 2021-05-12 15:12:46 -07:00
createOnboardingMiddleware.js @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
createOriginMiddleware.js @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
createStreamSink.js @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
createTabIdMiddleware.js @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
decrypt-message-manager.js upgrade ethereumjs util (#10886) 2021-04-16 10:05:13 -05:00
encryption-public-key-manager.js fix: replace dnode background with JSON-RPC (#10627) 2021-03-18 11:23:46 -07:00
extractEthjsErrorMessage.js @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
get-first-preferred-lang-code.js fix issue where regional locales are not matched against our locales list (#12403) 2021-10-19 14:32:13 -05:00
getObjStructure.js @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
local-store.js @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
message-manager.js upgrade ethereumjs util (#10886) 2021-04-16 10:05:13 -05:00
message-manager.test.js Use strict assertion mode everywhere (#11012) 2021-05-07 17:08:24 -02:30
metaRPCClientFactory.js fix metaRPCClientFactory id handling (#11116) 2021-05-17 14:46:00 -07:00
metaRPCClientFactory.test.js fix metaRPCClientFactory id handling (#11116) 2021-05-17 14:46:00 -07:00
network-store.js Using values from shared/constants/time to represent timing values (#11241) 2021-06-10 12:27:03 -07:00
nodeify.js @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
nodeify.test.js Use strict assertion mode everywhere (#11012) 2021-05-07 17:08:24 -02:30
notification-manager.js @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
personal-message-manager.js upgrade ethereumjs util (#10886) 2021-04-16 10:05:13 -05:00
personal-message-manager.test.js Use strict assertion mode everywhere (#11012) 2021-05-07 17:08:24 -02:30
seed-phrase-verifier.js @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
seed-phrase-verifier.test.js Use strict assertion mode everywhere (#11012) 2021-05-07 17:08:24 -02:30
segment.js Using values from shared/constants/time to represent timing values (#11241) 2021-06-10 12:27:03 -07:00
setupSentry.js Add build type to Sentry environment (#12441) 2021-10-25 14:27:30 -02:30
stream-utils.js @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
typed-message-manager.js Fix issue with chainId comparison in sign typed message param validation (#11900) 2021-08-24 11:23:29 -05:00
typed-message-manager.test.js Use strict assertion mode everywhere (#11012) 2021-05-07 17:08:24 -02:30
util.js Ensure transaction controller correctly estimates gas for special custom networks (#11441) 2021-07-02 13:01:27 -02:30
util.test.js remove unused sufficient balance method (#11381) 2021-06-25 09:52:18 -05:00