Skip to content

Commit

Permalink
fix(frontend): comment GlobalInit until required
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Feb 25, 2024
1 parent 550d917 commit b598a9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/frontend/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,10 @@ const MatomoTrackingInit = () => {
ReactDOM.render(
<Provider store={store}>
<PersistGate loading={null} persistor={persistor}>
<GlobalInit />
{/* <GlobalInit /> */}
<RouterProvider router={routes} />
{/* <MatomoTrackingInit /> */}
{/* <SentryInit /> */}
<MatomoTrackingInit />
<SentryInit />
</PersistGate>
</Provider>,
document.getElementById('app'),
Expand Down

0 comments on commit b598a9c

Please sign in to comment.