|
@@ -9,6 +9,24 @@ import "ant-design-vue/dist/antd.css"; // or 'ant-design-vue/dist/antd.less'
|
|
|
|
|
|
import {Button,message,Tooltip,Switch} from "ant-design-vue";
|
|
|
|
|
|
+// import * as Sentry from "@sentry/vue";
|
|
|
+// import { BrowserTracing } from "@sentry/tracing";
|
|
|
+
|
|
|
+
|
|
|
+// Sentry.init({
|
|
|
+// app,
|
|
|
+// dsn: "http://529fc1c357b248eda7473c119093f5db@sentry.denet.me/5",
|
|
|
+// integrations: [
|
|
|
+// new BrowserTracing({
|
|
|
+// routingInstrumentation: Sentry.vueRouterInstrumentation(router),
|
|
|
+// 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,
|
|
|
+// });
|
|
|
|
|
|
message.config({
|
|
|
top: `10px`,
|