feat: 渲染器增加 sentry 上报错误

This commit is contained in:
wangxuefeng
2025-03-12 11:48:55 +08:00
parent 898ab51736
commit e677d4fc9e
16 changed files with 562 additions and 587 deletions

View File

@@ -1,12 +1,10 @@
{
"extends": "./node_modules/@vtj/cli/config/tsconfig.web.json",
"compilerOptions": {
"lib": ["ESNext", "DOM"],
"baseUrl": "./",
"module": "nodenext",
"moduleResolution": "nodenext",
"paths": {
"@/*": ["src/*"]
"@/*": ["src/*"],
"$vtj/*": [".vtj/*"]
},
"noUnusedLocals": false,
"noUnusedParameters": false