Skip to content

Commit

Permalink
feat: include attribution with all web vitals (#1594)
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra authored Dec 12, 2024
1 parent 4b28ae7 commit c84defc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/entrypoints/web-vitals.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { onLCP, onCLS, onFCP } from 'web-vitals'
import { onINP } from 'web-vitals/attribution'
import { onINP, onLCP, onCLS, onFCP } from 'web-vitals/attribution'
import { assignableWindow } from '../utils/globals'

const postHogWebVitalsCallbacks = {
Expand Down

0 comments on commit c84defc

Please sign in to comment.