|
@@ -6,6 +6,24 @@ const app = createApp(App)
|
|
import "ant-design-vue/dist/antd.css"; // or 'ant-design-vue/dist/antd.less'
|
|
import "ant-design-vue/dist/antd.css"; // or 'ant-design-vue/dist/antd.less'
|
|
import "@/assets/css/reset.css";
|
|
import "@/assets/css/reset.css";
|
|
|
|
|
|
|
|
+// import * as Sentry from "@sentry/vue";
|
|
|
|
+// import { BrowserTracing } from "@sentry/tracing";
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+// Sentry.init({
|
|
|
|
+// app,
|
|
|
|
+// dsn: "http://529fc1c357b248eda7473c119093f5db@sentry.denet.me/5",
|
|
|
|
+// integrations: [
|
|
|
|
+// new BrowserTracing({
|
|
|
|
+// tracingOrigins: ["localhost", "my-site-url.com", /^\//],
|
|
|
|
+// }),
|
|
|
|
+// ],
|
|
|
|
+// // Set tracesSampleRate to 1.0 to capture 100%
|
|
|
|
+// // of transactions for performance monitoring.
|
|
|
|
+// // We recommend adjusting this value in production
|
|
|
|
+// tracesSampleRate: 1.0,
|
|
|
|
+// });
|
|
|
|
+
|
|
import { message, Tooltip, Switch } from "ant-design-vue";
|
|
import { message, Tooltip, Switch } from "ant-design-vue";
|
|
message.config({
|
|
message.config({
|
|
top: `10px`,
|
|
top: `10px`,
|