We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c63457d commit ac1a3d4Copy full SHA for ac1a3d4
1 file changed
src/main.tsx
@@ -1,7 +1,7 @@
1
import React from "react";
2
import { createRoot } from "react-dom/client";
3
import App from "./App";
4
-import "./sentry";
+// import "./sentry";
5
6
const container = document.getElementById("app");
7
if (!container) throw new Error("No root container found");
0 commit comments