feature/IO-3497-Ant-Design-v5-to-v6 - Checkpoint (Fingerprint / Sentry )

This commit is contained in:
Dave
2026-01-13 12:29:53 -05:00
parent 495e5ffad8
commit 359834a6db
3 changed files with 305 additions and 149 deletions

View File

@@ -1,8 +1,8 @@
const reportWebVitals = (onPerfEntry) => {
if (onPerfEntry && onPerfEntry instanceof Function) {
import("web-vitals").then(({ getCLS, getFID, getFCP, getLCP, getTTFB }) => {
import("web-vitals").then(({ getCLS, getINP, getFCP, getLCP, getTTFB }) => {
getCLS(onPerfEntry);
getFID(onPerfEntry);
getINP(onPerfEntry);
getFCP(onPerfEntry);
getLCP(onPerfEntry);
getTTFB(onPerfEntry);