mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-20 02:01:25 +02:00
feat(error-tracking): add browser error tracking to all 19 SvelteKit web apps
Add @sentry/browser integration via shared-error-tracking/browser export and hooks.client.ts in every web app for client-side error reporting to GlitchTip. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
a4e41ee1ed
commit
7cad4073d4
40 changed files with 443 additions and 5 deletions
|
|
@ -12,6 +12,10 @@
|
|||
"./nestjs": {
|
||||
"types": "./dist/nestjs.d.ts",
|
||||
"default": "./dist/nestjs.js"
|
||||
},
|
||||
"./browser": {
|
||||
"types": "./dist/browser.d.ts",
|
||||
"default": "./dist/browser.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
|
|
@ -22,6 +26,7 @@
|
|||
"type-check": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@sentry/browser": "^9.0.0",
|
||||
"@sentry/node": "^9.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue