summaryrefslogtreecommitdiff
path: root/src/reportWebVitals.js
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2022-08-29 09:52:34 +0300
committerYuval Adam <_@yuv.al>2022-08-29 09:52:49 +0300
commit998b5cda31aa14a443861568edfc113065d660bb (patch)
tree6aff0700e96d5ddef3be9a9158594c8f98310bb4 /src/reportWebVitals.js
parent544b1b1f57755491130864ed71e3cf0ae985b66f (diff)
Copy over template from new react scripts project
Diffstat (limited to 'src/reportWebVitals.js')
-rw-r--r--src/reportWebVitals.js13
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;