feat: sentry添加sourcemap上报
Showing
.sentryclirc.js
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
| ... | ... | @@ -55,7 +55,6 @@ |
| "@ant-design/pro-table": "^1.0.31", | ||
| "@antv/data-set": "^0.10.2", | ||
| "@sentry/react": "^7.41.0", | ||
| "@sentry/tracing": "^7.41.0", | ||
| "antd": "^4.19.3", | ||
| "antd-virtual-select": "^1.1.2", | ||
| "babel-eslint": "^10.1.0", | ||
| ... | ... | @@ -83,6 +82,7 @@ |
| }, | ||
| "devDependencies": { | ||
| "@ant-design/pro-cli": "^1.0.13", | ||
| "@qg/sentry-webpack-plugin": "^1.19.0", | ||
| "@types/classnames": "^2.2.7", | ||
| "@types/express": "^4.17.0", | ||
| "@types/history": "^4.7.2", | ||
| ... | ... |
Please register or sign in to comment