Skip to content

Commit

Permalink
Add TTFB and FCP as default vitals to track
Browse files Browse the repository at this point in the history
  • Loading branch information
jairo-mendoza committed Nov 21, 2024
1 parent 198d9dc commit 8573987
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ export class WebVitalsInstrumentation extends InstrumentationAbstract {

constructor({
enabled = true,
vitalsToTrack = ['CLS', 'LCP', 'INP'],
vitalsToTrack = ['CLS', 'LCP', 'INP', 'TTFB', 'FCP'],
lcp,
cls,
inp,
Expand Down

0 comments on commit 8573987

Please sign in to comment.