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