Skip to content

Commit

Permalink
[FE] ETC: 테스트 후 main.tsx 원상복구
Browse files Browse the repository at this point in the history
  • Loading branch information
jnkeniaem committed Nov 13, 2024
1 parent 9d442f1 commit f2c6a03
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions frontend/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f2c6a03

Please sign in to comment.