Skip to content

Commit 63c0618

Browse files
committed
review suggestions
1 parent 329ac74 commit 63c0618

File tree

4 files changed

+3
-26
lines changed

4 files changed

+3
-26
lines changed

docs/platforms/javascript/common/troubleshooting/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,7 @@ Learn more about fixing these caching issues in the <PlatformLink to="/sourcemap
506506
Nuxt builds the server-side Nitro application as ES Modules, which introduces limitations for server-side tracing during development.
507507
Currently, trace collection is only supported when running the built application, not in development mode (`nuxt dev`).
508508
To collect traces, build your project and run the production build output.
509+
Currently, trace collection is only supported when building and running the application. Development mode (`nuxt dev`) is currently not supported.
509510
510511
---
511512

platform-includes/getting-started-install/javascript.nuxt.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
We recommend installing the SDK by running our installation wizard in the root directory of your project:
22

33
```bash
4-
npx @sentry/wizard@latest -i nuxt
4+
npx @sentry/wizard@latest -i nuxt --org ___ORG_SLUG___ --project ___PROJECT_SLUG___
55
```
66

77
The wizard will prompt you to log in to Sentry. It will then automatically do the following steps for you:

platform-includes/getting-started-primer/javascript.nuxt.mdx

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,3 @@ Sentry's Nuxt SDK enables automatic reporting of errors and performance data.
1010

1111
The Sentry Nuxt SDK supports Nuxt version `3.7.0` and above. For best results, we recommend
1212
using Nuxt `3.14.0` or later, which includes updated dependencies critical to the SDK's functionality.
13-
14-
In case you are using Nuxt before version `3.14.0`, add the following overrides:
15-
16-
```json {tabTitle:npm} {filename:package.json}
17-
"overrides": {
18-
"ofetch": "^1.4.0"
19-
"@vercel/nft": "^0.27.4"
20-
}
21-
```
22-
23-
```json {tabTitle:yarn} {filename:package.json}
24-
"resolutions": {
25-
"ofetch": "^1.4.0"
26-
"@vercel/nft": "^0.27.4"
27-
}
28-
```
29-
30-
```json {tabTitle:pnpm} {filename:package.json}
31-
"pnpm": {
32-
"overrides": {
33-
"ofetch": "^1.4.0"
34-
"@vercel/nft": "^0.27.4"
35-
}
36-
}
37-
```
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)