Skip to content

Commit

Permalink
Update packages/tracing/src/browser/metrics.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Story <mark@sentry.io>
  • Loading branch information
dashed and markstory committed Sep 16, 2020
1 parent abe04f2 commit 1a2bafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tracing/src/browser/metrics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ export class MetricsInstrumentation {
entryList.getEntries().forEach(entry => updateFID(entry as PerformanceEventTiming, po));
});

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

0 comments on commit 1a2bafe

Please sign in to comment.