Skip to content

Commit

Permalink
core(trace): disable JS samples (#15819)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraine authored Feb 20, 2024
1 parent 604fcb5 commit c6a1132
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/gather/gatherers/trace.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
];
}

Expand Down

0 comments on commit c6a1132

Please sign in to comment.