Skip to content

Commit 8331a7e

Browse files
remove devtools option for puppeteer
1 parent b22011a commit 8331a7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/gather/gather-telemetry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const puppeteer = require('puppeteer');
22
const { setTelemetry } = require('../utils/telemetry');
33

4-
const DEFAULT_PUPPETEER_ARGS = { ignoreHTTPSErrors: true, devtools: true };
4+
const DEFAULT_PUPPETEER_ARGS = { ignoreHTTPSErrors: true };
55

66
module.exports = async function gatherTelemetry(url, gatherFn, ...args) {
77
let puppeteerArgs = [...args].pop();

0 commit comments

Comments
 (0)