Skip to content

Commit

Permalink
core(trace): enable JS samples for advanced workflows (#15542)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraine committed Dec 19, 2023
1 parent c73d825 commit f05700e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/gather/gatherers/trace.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ class Trace extends BaseGatherer {
'disabled-by-default-devtools.timeline.frame',
'latencyInfo',

// A bug introduced in M92 causes these categories to crash targets on Linux.
// See https://github.com/GoogleChrome/lighthouse/issues/12835 for full investigation.
// 'disabled-by-default-v8.cpu_profiler',
// Not used by Lighthouse (yet) but included for users that want JS samples when looking at
// a trace collected by Lighthouse (e.g. "View Trace" workflow in DevTools)
'disabled-by-default-v8.cpu_profiler',
];
}

Expand Down

0 comments on commit f05700e

Please sign in to comment.