feat: Add Sentry sourcemap uploading for editor-ui (no-changelog) (#5870)

Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
Alex Grozav
2023-04-05 18:14:41 +03:00
committed by GitHub
parent 9e600d0f90
commit dba5be37ae
6 changed files with 153 additions and 23 deletions

View File

@@ -58,8 +58,8 @@
"supertest": "^6.3.3",
"ts-jest": "^29.1.0",
"tsc-watch": "^6.0.0",
"typescript": "*",
"turbo": "1.8.8"
"turbo": "1.8.8",
"typescript": "*"
},
"pnpm": {
"onlyBuiltDependencies": [
@@ -84,7 +84,8 @@
},
"patchedDependencies": {
"element-ui@2.15.12": "patches/element-ui@2.15.12.patch",
"typedi@0.10.0": "patches/typedi@0.10.0.patch"
"typedi@0.10.0": "patches/typedi@0.10.0.patch",
"@sentry/cli@2.17.0": "patches/@sentry__cli@2.17.0.patch"
}
}
}