diff --git a/config b/config index 00a28d5d6..7ea3631d0 160000 --- a/config +++ b/config @@ -1 +1 @@ -Subproject commit 00a28d5d6e6e160d245bcbaa0b27b7058a674c1d +Subproject commit 7ea3631d0b9d418a809e5063bfeef56f4a454ee2 diff --git a/frontend/src/Cabinet/api/axios/axios.log.ts b/frontend/src/Cabinet/api/axios/axios.log.ts index 242faa96e..19d81ed13 100644 --- a/frontend/src/Cabinet/api/axios/axios.log.ts +++ b/frontend/src/Cabinet/api/axios/axios.log.ts @@ -19,8 +19,6 @@ export const logAxiosError = ( api: error.response?.config.url, httpMethod: error.config?.method?.toUpperCase(), httpStatusCode: (error.response?.status ?? "").toString(), - environment: - import.meta.env.VITE_IS_LOCAL === "true" ? "local" : "production", }, level: "error", extra: { type: type },