Skip to content
This repository has been archived by the owner on May 9, 2020. It is now read-only.

Commit

Permalink
Bug 1534672 - disable error reporting and metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche authored and walac committed Apr 22, 2019
1 parent eb77f9e commit 5f520ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/worker.js
Expand Up @@ -162,7 +162,7 @@ program.parse(process.argv);
let monitor = await monitoring({
rootUrl: config.rootUrl,
projectName: config.monitorProject,
credentials: config.taskcluster,
enable: false,
mock: profile === 'test',
reportUsage: false
});
Expand Down

0 comments on commit 5f520ea

Please sign in to comment.