diff --git a/lighthouse-core/gather/driver.js b/lighthouse-core/gather/driver.js index 34579f994e36..1c599a146523 100644 --- a/lighthouse-core/gather/driver.js +++ b/lighthouse-core/gather/driver.js @@ -67,6 +67,7 @@ class Driver { return [ '-*', // exclude default 'toplevel', + 'v8.execute', 'blink.console', 'blink.user_timing', 'benchmark',