Skip to content

Commit c1f8765

Browse files
authored
Merge pull request #129 from xwp/fix/inp
Introduce maxDelay, introduce more defensive coding practices
2 parents f943153 + a6ac8a0 commit c1f8765

6 files changed

+27
-12
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,11 @@ All contributions are welcome! Please create [an issue](https://github.com/xwp/s
7272

7373
### Changelog
7474

75-
#### 1.3.3 - October 30th, 2023
75+
#### 1.3.4 - Jul 15th, 2023
76+
77+
- Fix bug in INP reporting when some attributions were empty.
78+
79+
#### 1.3.3 - Jun 26th, 2023
7680

7781
- Deprecated GA3 support.
7882
- Used attribution build of web vitals.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array(), 'version' => 'df22e0939b3993085571f1a1e05ab969');
1+
<?php return array('dependencies' => array(), 'version' => 'e53aec45ee02272dfd68cf28c8f0a8cc');

js/dist/module/web-vitals-analytics.df22e0939b3993085571f1a1e05ab969.js

-1
This file was deleted.

0 commit comments

Comments
 (0)