Skip to content

Commit b706d10

Browse files
committed
readd first-input in ww observe.ts
1 parent ba60ffe commit b706d10

File tree

1 file changed

+1
-0
lines changed
  • packages/browser-utils/src/metrics/web-vitals/lib

1 file changed

+1
-0
lines changed

packages/browser-utils/src/metrics/web-vitals/lib/observe.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
interface PerformanceEntryMap {
1818
event: PerformanceEventTiming[];
19+
'first-input': PerformanceEventTiming[];
1920
'layout-shift': LayoutShift[];
2021
'largest-contentful-paint': LargestContentfulPaint[];
2122
'long-animation-frame': PerformanceLongAnimationFrameTiming[];

0 commit comments

Comments
 (0)