diff options
author | Galen Guyer <galen@galenguyer.com> | 2021-10-29 12:19:15 -0400 |
---|---|---|
committer | Galen Guyer <galen@galenguyer.com> | 2021-10-29 12:19:15 -0400 |
commit | 0216f8879440ce73d90a9e58cc5eac68240e9fdd (patch) | |
tree | 6a1ed3c5c9a4c9bc26ae1862ff6e13b1f7105643 /src/reportWebVitals.js |
add static data for 2020-2021 school year
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..7dc6b90 --- /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; |