From 5b3c5473166f0d1444a053e858f4abb83f8cd44b Mon Sep 17 00:00:00 2001 From: Dave Richer Date: Tue, 12 Dec 2023 15:59:54 -0500 Subject: [PATCH] Additional Cleanup Signed-off-by: Dave Richer --- client/src/index.js | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/client/src/index.js b/client/src/index.js index 003d14589..996d60049 100644 --- a/client/src/index.js +++ b/client/src/index.js @@ -24,9 +24,7 @@ if (process.env.NODE_ENV !== "development") { Sentry.init({ dsn: "https://fd7e89369b6b4bdc9c6c4c9f22fa4ee4@o492140.ingest.sentry.io/5651027", ignoreErrors: [ - "ResizeObserver loop", - "Module specifier, 'fs' does not start", - "Module specifier, 'zlib' does not start with", + ], integrations: [ // new BrowserTracing(), @@ -51,8 +49,7 @@ if (process.env.NODE_ENV !== "development") { const router = createBrowserRouter( createRoutesFromElements( - }> - + } /> ) ); @@ -68,20 +65,6 @@ ReactDOM.createRoot(document.getElementById('root')).render( ); -// root.render( -// -// -// -// } -// persistor={persistor} -// > -// -// -// -// -// -// ); // const onServiceWorkerUpdate = (registration) => { // console.log("onServiceWorkerUpdate", registration);