chore(core): split sentry and setup into web/electron (#6357)

This commit is contained in:
Brooooooklyn
2024-03-28 10:24:25 +00:00
parent 88d04e23e9
commit c2847e2082
17 changed files with 463 additions and 198 deletions
+2 -3
View File
@@ -6,7 +6,6 @@
"exports": {
"./app": "./src/app.tsx",
"./router": "./src/router.tsx",
"./bootstrap/setup": "./src/bootstrap/setup.ts",
"./bootstrap/register-plugins": "./src/bootstrap/register-plugins.ts",
"./*": "./src/*"
},
@@ -42,8 +41,8 @@
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-toolbar": "^1.0.4",
"@react-hookz/web": "^24.0.4",
"@sentry/integrations": "^7.102.1",
"@sentry/react": "^7.102.1",
"@sentry/integrations": "^7.108.0",
"@sentry/react": "^7.108.0",
"@toeverything/theme": "^0.7.29",
"@vanilla-extract/dynamic": "^2.1.0",
"animejs": "^3.2.2",