1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 20:39:08 +01:00
metamask-extension/development
Mark Stacey 0b71e1a619 Use environment variable for production Sentry DSN (#9097)
The Sentry DSN is now expected to be provided via environment variable
for production builds. The build script will fail if it is missing, and
an error will be thrown at runtime if it is missing.

The `SENTRY_DSN` environment variable has been set in CI to the old
value for `SENTRY_PROD_DSN`. We can migrate to a new DSN at some point
in the future.
2020-08-07 16:42:47 -03:00
..
build Use environment variable for production Sentry DSN (#9097) 2020-08-07 16:42:47 -03:00
announcer.js Build system refactor (#8140) 2020-03-09 08:55:02 +08:00
auto-changelog.sh
create-static-server.js Split createStaticServer from static-server.js (#8955) 2020-07-10 00:15:29 -03:00
generate-migration.sh
gource-viz.sh
metamaskbot-build-announce.js Fix page benchmark result display (#8438) 2020-04-28 09:50:21 -03:00
mock-3box.js Prevent accidental use of globals (#8340) 2020-04-15 14:23:27 -03:00
README.md
require-react-devtools.js
run-ganache Fix words (#9038) 2020-07-20 14:32:49 -02:30
sentry-publish.js
sentry-upload-artifacts.sh
shellcheck.sh
show-deps-install-scripts.js Enable arrow-parens ESLint rule 2020-02-15 17:04:21 -03:30
source-map-explorer.sh
sourcemap-validator.js Enable arrow-parens ESLint rule 2020-02-15 17:04:21 -03:30
static-server.js Split createStaticServer from static-server.js (#8955) 2020-07-10 00:15:29 -03:00
verify-locale-strings.js Enable arrow-parens ESLint rule 2020-02-15 17:04:21 -03:30

Development

Several files which are needed for developing on(!) MetaMask.

Usually each files contains information about its scope / usage.