build(deps): 依赖升级
This commit is contained in:
@@ -18,7 +18,7 @@ export async function setupRouter(app) {
|
||||
if (import.meta.env.VITE_SENTRY) {
|
||||
Sentry.init({
|
||||
app,
|
||||
dsn: 'https://adad4faa9b08aa08438ef33cba7962ab@w.huakk.top/6',
|
||||
dsn: 'https://a0b6f167271366f40f05e238d63a6fa0@w.huakk.top/11',
|
||||
integrations: [
|
||||
new Sentry.BrowserTracing({
|
||||
tracePropagationTargets: ['localhost', /^https:\/\/w\.huakk\.top\/api/],
|
||||
|
||||
@@ -55,4 +55,8 @@
|
||||
import { useUserStore } from '@/store'
|
||||
|
||||
const userStore = useUserStore()
|
||||
// eslint-disable-next-line no-undef,no-unreachable
|
||||
mytest()
|
||||
|
||||
throw new Error('error')
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user