We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe04f2 commit 1a2bafeCopy full SHA for 1a2bafe
packages/tracing/src/browser/metrics.ts
@@ -259,7 +259,7 @@ export class MetricsInstrumentation {
259
entryList.getEntries().forEach(entry => updateFID(entry as PerformanceEventTiming, po));
260
});
261
262
- // Observe entries of type `largest-contentful-paint`, including buffered entries,
+ // Observe entries of type `first-input`, including buffered entries,
263
// i.e. entries that occurred before calling `observe()` below.
264
po.observe({
265
buffered: true,
0 commit comments