diff --git a/core/gather/gatherers/trace.js b/core/gather/gatherers/trace.js index c9e7ddd0ea08..27acebe3c1d5 100644 --- a/core/gather/gatherers/trace.js +++ b/core/gather/gatherers/trace.js @@ -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', ]; }