Skip to content

Commit ce92886

Browse files
committed
logger
Change-Id: I19d3ac21253fb67ae8e82ac1da2414424dc05b21
1 parent 0f371af commit ce92886

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/tools/performance.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
import zlib from 'node:zlib';
88

9+
import {logger} from '../logger.js';
910
import {zod, DevTools} from '../third_party/index.js';
1011
import type {Page} from '../third_party/index.js';
1112
import type {InsightName, TraceResult} from '../trace-processing/parse.js';
@@ -219,7 +220,7 @@ async function stopTracingAndAppendOutput(
219220
async function populateCruxData(result: TraceResult): Promise<void> {
220221
logger('populateCruxData called');
221222
const cruxManager = DevTools.CrUXManager.instance();
222-
// go/jtfbx
223+
// go/jtfbx. Yes, we're aware this API key is public. ;)
223224
cruxManager.setEndpointForTesting(
224225
'https://chromeuxreport.googleapis.com/v1/records:queryRecord?key=AIzaSyBn5gimNjhiEyA_euicSKko6IlD3HdgUfk',
225226
);

0 commit comments

Comments
 (0)