Skip to content

Commit

Permalink
enable umami
Browse files Browse the repository at this point in the history
  • Loading branch information
audisaudisaudis committed Feb 12, 2025
1 parent f58c3ad commit 137f8b2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/app/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { getSessionId } from "@/app/_common/monitoring/session";
import { AuthenticationContext, AuthenticationStatus } from "./_common/auth/contexts/AuthenticationProvider";
import googleTranslateWorkaround from "./_common/utils/googleTranslateWorkaround";
import Axe from "./Axe";
// import Umami from "@/app/_common/monitoring/Umami";
import Umami from "@/app/_common/monitoring/Umami";

// Todo: Gå igjennom alle fetch-kall i koden og se om referrer er satt riktig. Nå er den satt referrer: CONTEXT_PATH, men ikke sikker på hva som er rett her.

Expand Down Expand Up @@ -47,8 +47,7 @@ function App({ children }: AppProps) {
onLogout={logout}
/>
<main id="main-content">{children}</main>
{/* TODO: Disable Umami to debug production error */}
{/* <Umami /> */}
<Umami />
</div>
<Footer />
</div>
Expand Down

0 comments on commit 137f8b2

Please sign in to comment.