diff --git a/frontend/src/main.tsx b/frontend/src/main.tsx index ccf28ecc8..2d963d344 100644 --- a/frontend/src/main.tsx +++ b/frontend/src/main.tsx @@ -14,15 +14,10 @@ import "@/index.css"; import App from "@/App"; import { GlobalStyle } from "@/Cabinet/assets/data/ColorTheme"; -console.log(import.meta.env.VITE_BE_HOST.includes("dev")); Sentry.init({ dsn: import.meta.env.VITE_SENTRY_DSN, environment: - import.meta.env.VITE_IS_LOCAL === "true" - ? "local" - : import.meta.env.VITE_BE_HOST.includes("dev") - ? "development" - : "production", + import.meta.env.VITE_IS_LOCAL === "true" ? "local" : "production", release: "^8.18.0", integrations: [ // See docs for support of different versions of variation of react router