From 9108cfed1d73af7e40fff320b243d3649a3d5a7e Mon Sep 17 00:00:00 2001 From: Adam Raine Date: Tue, 20 Feb 2024 12:23:06 -0800 Subject: [PATCH] core(trace): disable JS samples --- core/gather/gatherers/trace.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/gather/gatherers/trace.js b/core/gather/gatherers/trace.js index e116b71b42d4..c3c24508a808 100644 --- a/core/gather/gatherers/trace.js +++ b/core/gather/gatherers/trace.js @@ -61,7 +61,8 @@ class Trace extends BaseGatherer { // 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', + // TODO: Re-enable after investigating b/325659693 + // 'disabled-by-default-v8.cpu_profiler', ]; }