1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app/scripts
Mark Stacey 65c13d3490
Fix Sentry breadcrumbs collection during initialization (#20521)
* Fix Sentry MetaMetrics detection

The refactor of the Sentry state in #20491 accidentally broke our opt-
in detection. The opt-in detection has been updated to look for both
types of application state (during and after initialization).

* Continue suppressing breadcrumbs during onboarding

* Fix how onboarding status is retrieved

The check for whether the user had completed onboarding assumed that
the application state was post-initialization UI state. It has been
updated to handle background state and pre-initialization state as
well.

* Remove unnecessary optional chain operators

* Add missing optional chain operator

* Fix JSDoc description parameter type
2023-08-18 05:47:23 -02:30
..
constants
controllers [MMI] Fix signed messages from non custodial accounts (#20506) 2023-08-17 14:58:26 +02:00
lib Fix Sentry breadcrumbs collection during initialization (#20521) 2023-08-18 05:47:23 -02:30
migrations Remove invalid tokensChainsCache state (#20495) 2023-08-17 09:04:30 -02:30
platforms
app-init.js
background.js Improve Sentry state pre-initialization (#20491) 2023-08-17 09:29:05 -02:30
contentscript.js solves 1114 (#20307) 2023-08-01 07:04:23 +01:00
detect-multiple-instances.js
detect-multiple-instances.test.js
disable-console.js
first-time-state.js
init-globals.js
inpage.js
lockdown-more.js Bump SES to fix audit failure (#20434) 2023-08-14 16:30:34 -02:30
lockdown-run.js
metamask-controller.actions.test.js Use importAccountWithStrategy from core KeyringController (#19815) 2023-08-17 09:11:51 +02:00
metamask-controller.js Track usage of snap exports (#20503) 2023-08-17 16:13:40 +02:00
metamask-controller.test.js Use importAccountWithStrategy from core KeyringController (#19815) 2023-08-17 09:11:51 +02:00
mmi-keyring-builder-factory.js
sentry-install.js Capture Sentry errors prior to initialization (#20265) 2023-07-31 18:49:32 -02:30
translate.test.ts
translate.ts
ui.js Improve Sentry state pre-initialization (#20491) 2023-08-17 09:29:05 -02:30
use-snow.js