Fix environment variables used during test builds (#12855)
The environment variables used for test builds was wrong for certain bundles because the `testing` flag wasn't passed through to the function that determines which environment variables to inject. Effectively this means that test builds on `master` were going to the production `metamask` Sentry project rather than the `test-metamask` project. This has been the case since #11080. The `testing` flag is now included for all bundles, and test builds now use the `test-metamask` Sentry project in all cases.feature/default_network_editable
parent
9fd42f1bc2
commit
19a8b58aa1
Loading…
Reference in new issue