Skip to content

Commit

Permalink
fix(frontend): remove sentry and matomo temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Feb 25, 2024
1 parent 884531f commit 4b5a17b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/frontend/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ ReactDOM.render(
<PersistGate loading={null} persistor={persistor}>
<GlobalInit />
<RouterProvider router={routes} />
<MatomoTrackingInit />
<SentryInit />
{/* <MatomoTrackingInit /> */}
{/* <SentryInit /> */}
</PersistGate>
</Provider>,
document.getElementById('app'),
Expand Down

0 comments on commit 4b5a17b

Please sign in to comment.