diff options
author | rohan09-raj <[email protected]> | 2022-07-15 23:55:55 +0530 |
---|---|---|
committer | rohan09-raj <[email protected]> | 2022-07-15 23:55:55 +0530 |
commit | 4cb40b2872649fae5e4a9b65f11a5e3450132aa4 (patch) | |
tree | bccb0aa9dc2188af3a97533545ac40b253f5d419 /src/reportWebVitals.js |
Initial Commit
Diffstat (limited to 'src/reportWebVitals.js')
-rw-r--r-- | src/reportWebVitals.js | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/reportWebVitals.js b/src/reportWebVitals.js new file mode 100644 index 0000000..5253d3a --- /dev/null +++ b/src/reportWebVitals.js @@ -0,0 +1,13 @@ +const reportWebVitals = onPerfEntry => { + if (onPerfEntry && onPerfEntry instanceof Function) { + import('web-vitals').then(({ getCLS, getFID, getFCP, getLCP, getTTFB }) => { + getCLS(onPerfEntry); + getFID(onPerfEntry); + getFCP(onPerfEntry); + getLCP(onPerfEntry); + getTTFB(onPerfEntry); + }); + } +}; + +export default reportWebVitals; |