Skip to content

Commit 32a1198

Browse files
committed
install @sentry/nuxt
1 parent a8ca1c5 commit 32a1198

File tree

2 files changed

+341
-114
lines changed

2 files changed

+341
-114
lines changed

apps/nuxt/package.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,17 @@
1111
"clean": "npx nuxi cleanup"
1212
},
1313
"dependencies": {
14-
"@sentry/nuxt": "file:.yalc/@sentry/nuxt",
15-
"nuxt": "^3.12.2",
16-
"vue": "^3.4.29",
17-
"vue-router": "^4.3.3"
14+
"@sentry/nuxt": "8.17.0",
15+
"nuxt": "^3.12.2"
16+
},
17+
"//": {
18+
"yalc deps (for testing)": {
19+
"@sentry/browser": "file:.yalc/@sentry/browser",
20+
"@sentry/core": "file:.yalc/@sentry/core",
21+
"@sentry/node": "file:.yalc/@sentry/node",
22+
"@sentry/nuxt": "file:.yalc/@sentry/nuxt",
23+
"@sentry/utils": "file:.yalc/@sentry/utils",
24+
"@sentry/vue": "file:.yalc/@sentry/vue"
25+
}
1826
}
1927
}

0 commit comments

Comments
 (0)