Skip to content

Commit

Permalink
remove meticulous
Browse files Browse the repository at this point in the history
  • Loading branch information
Falsal committed Nov 10, 2023
1 parent f1ff492 commit aec6bcf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const Main = lazy(() => import("./views/Main/Main"));
const About = lazy(() => import("./views/Pages/About"));
const Impressum = lazy(() => import("./views/Pages/Impressum"));
const Privacy = lazy(() => import("./views/Pages/Privacy"));
import { tryLoadAndStartRecorder } from '@alwaysmeticulous/recorder-loader';
// import { tryLoadAndStartRecorder } from '@alwaysmeticulous/recorder-loader';
import i18next from "i18next";
import { getTopLevelDomain } from "./utils/globals";

Expand Down Expand Up @@ -46,9 +46,9 @@ if(!localStorage.getItem('visited')) {
localStorage.setItem('visited',true);
}
// UAT and local development should use matomo test instance
if (location.hostname.indexOf("localhost") !== -1 || location.hostname.indexOf("www2.") !== -1) {
tryLoadAndStartRecorder({ projectId: '0HjVPphxK3XDsQ4ka8QMwfxlMW204RtKu2bL92KO', isProduction: false, });
}
// if (location.hostname.indexOf("localhost") !== -1 || location.hostname.indexOf("www2.") !== -1) {
// tryLoadAndStartRecorder({ projectId: '0HjVPphxK3XDsQ4ka8QMwfxlMW204RtKu2bL92KO', isProduction: false, });
// }

// Matomo tracking
var _mtm = window._mtm = window._mtm || [];
Expand Down

0 comments on commit aec6bcf

Please sign in to comment.