Skip to content

Commit 1a2bafe

Browse files
dashedmarkstory
andauthored
Update packages/tracing/src/browser/metrics.ts
Co-authored-by: Mark Story <[email protected]>
1 parent abe04f2 commit 1a2bafe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tracing/src/browser/metrics.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ export class MetricsInstrumentation {
259259
entryList.getEntries().forEach(entry => updateFID(entry as PerformanceEventTiming, po));
260260
});
261261

262-
// Observe entries of type `largest-contentful-paint`, including buffered entries,
262+
// Observe entries of type `first-input`, including buffered entries,
263263
// i.e. entries that occurred before calling `observe()` below.
264264
po.observe({
265265
buffered: true,

0 commit comments

Comments
 (0)