We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd3aecf commit e9e7b80Copy full SHA for e9e7b80
app/scripts/background.js
@@ -1290,7 +1290,7 @@ const addAppInstalledEvent = () => {
1290
function onInstall() {
1291
log.debug('First install detected');
1292
addAppInstalledEvent();
1293
- if (!process.env.METAMASK_DEBUG) {
+ if (!process.env.IN_TEST && !process.env.METAMASK_DEBUG) {
1294
// If storeAlreadyExisted is true then this is a fresh installation
1295
// and an app installed event should be tracked.
1296
0 commit comments