release/2025-04-25: Update Sentry
This commit is contained in:
1
client/package-lock.json
generated
1
client/package-lock.json
generated
@@ -20,6 +20,7 @@
|
|||||||
"@firebase/messaging": "^0.12.17",
|
"@firebase/messaging": "^0.12.17",
|
||||||
"@jsreport/browser-client": "^3.1.0",
|
"@jsreport/browser-client": "^3.1.0",
|
||||||
"@reduxjs/toolkit": "^2.6.1",
|
"@reduxjs/toolkit": "^2.6.1",
|
||||||
|
"@sentry/browser": "^9.14.0",
|
||||||
"@sentry/cli": "^2.43.0",
|
"@sentry/cli": "^2.43.0",
|
||||||
"@sentry/react": "^9.11.0",
|
"@sentry/react": "^9.11.0",
|
||||||
"@sentry/vite-plugin": "^3.3.1",
|
"@sentry/vite-plugin": "^3.3.1",
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ import {
|
|||||||
} from "@firebase/auth";
|
} from "@firebase/auth";
|
||||||
import { arrayUnion, doc, getDoc, setDoc, updateDoc } from "@firebase/firestore";
|
import { arrayUnion, doc, getDoc, setDoc, updateDoc } from "@firebase/firestore";
|
||||||
import { getToken } from "@firebase/messaging";
|
import { getToken } from "@firebase/messaging";
|
||||||
import * as Sentry from "@sentry/browser";
|
import * as Sentry from "@sentry/react";
|
||||||
import { notification } from "antd";
|
import { notification } from "antd";
|
||||||
import axios from "axios";
|
import axios from "axios";
|
||||||
import i18next from "i18next";
|
import i18next from "i18next";
|
||||||
|
|||||||
Reference in New Issue
Block a user