-
Notifications
You must be signed in to change notification settings - Fork 5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove all dynamic `autoSessionTracking` enablement. Add a custom Sentry transport to prevent any requests reaching Sentry if metrics are disabled. Only consider metrics enabled when preference is set and onboarding is complete. Enable Sentry if `METAMASK_ENVIRONMENT` is not `production` and `SENTRY_DSN_DEV` is specified. Remove the arguments to the `setupSentry` function. Flatten all the functions within `setupSentry.js`. Log all Sentry messages via the `debug` package based on the `DEBUG` environment variable. Add additional log messages for easier debug. Add mock `SENTRY_DSN_DEV` to Flask and MMI test builds. Remove duplication in package scripts.
- Loading branch information
1 parent
5d4bd9d
commit 95ecf1e
Showing
13 changed files
with
249 additions
and
292 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,12 @@ BLOCKAID_PUBLIC_KEY= | |
; Set this to true to enable the snap path for the Firefox WebDriver (Linux) | ||
; FIREFOX_SNAP= | ||
|
||
ENABLE_CONFIRMATION_REDESIGN= | ||
; Enable the redesigned confirmations still in development, without needing to toggle the developer setting. | ||
; ENABLE_CONFIRMATION_REDESIGN= | ||
|
||
; Enables the Settings Page - Developer Options | ||
; ENABLE_SETTINGS_PAGE_DEV_OPTIONS=true | ||
|
||
; The endpoint used to submit errors and tracing data to Sentry. | ||
; The below is the `test-metamask` project. | ||
; SENTRY_DSN_DEV=https://[email protected]/273496 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.