Skip to content

Commit

Permalink
Include inp in list of vitals to collect
Browse files Browse the repository at this point in the history
  • Loading branch information
karinathomasbbc committed Sep 2, 2024
1 parent d83ad04 commit 39f39ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const webVitalsBase = {
url: 'current-page-url',
};

const vitals = { cls: null, lcp: null, fcp: null, ttfb: null };
const vitals = { cls: null, lcp: null, fcp: null, ttfb: null, inp: null };
const deviceMetrics = {
device_mem: null,
device_cpu: null,
Expand Down

0 comments on commit 39f39ab

Please sign in to comment.