mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui.git
synced 2026-01-06 23:43:07 +00:00
Use vite production mode
This commit is contained in:
parent
340f9c56ad
commit
bf354da170
@ -9,7 +9,7 @@ import { routeTree } from "./routeTree.gen";
|
|||||||
import { Failure } from "@codex-storage/marketplace-ui-components";
|
import { Failure } from "@codex-storage/marketplace-ui-components";
|
||||||
import * as Sentry from "@sentry/react";
|
import * as Sentry from "@sentry/react";
|
||||||
|
|
||||||
if (process.env.NODE_ENV === "production") {
|
if (import.meta.env.PROD) {
|
||||||
Sentry.init({
|
Sentry.init({
|
||||||
dsn: "https://22d77c59a27b8d5efc07132188b505b9@o4507855852011520.ingest.de.sentry.io/4507866758512720",
|
dsn: "https://22d77c59a27b8d5efc07132188b505b9@o4507855852011520.ingest.de.sentry.io/4507866758512720",
|
||||||
integrations: [
|
integrations: [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user