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 49db0be commit f26f152Copy full SHA for f26f152
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