We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e5b4aa + 2bb2ac3 commit 5cc9048Copy full SHA for 5cc9048
apps/nowait-user/src/main.tsx
@@ -2,8 +2,8 @@ import { createRoot } from "react-dom/client";
2
import "./global.css";
3
import App from "./App.tsx";
4
import { initSentry } from "./utils/initSentry.ts";
5
-import { perf } from "./firebaseConfig";
6
-if (perf) console.log("Firebase Performance initialized", perf);
+// import { perf } from "./firebaseConfig";
+// if (perf) console.log("Firebase Performance initialized", perf);
7
initSentry();
8
9
createRoot(document.getElementById("root")!).render(
0 commit comments