-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(nuxt): Add Nuxt wizard instructions #11984
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Skipped Deployments
|
Bundle ReportChanges will decrease total bundle size by 15 bytes (-0.0%) ⬇️. This is within the configured threshold ✅ Detailed changes
|
305f0fa
to
91214a2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work! We just need to fix the source maps section and then I think this is ready!
(I accidentally already approved this but I trust your judgement with making the changes. Good to go from my end once the comments are addressed!)
platform-includes/getting-started-sourcemaps/javascript.nuxt.mdx
Outdated
Show resolved
Hide resolved
Sentry's Nuxt SDK enables automatic reporting of errors and performance data. | ||
|
||
## Compatibility | ||
|
||
The Sentry Nuxt SDK supports Nuxt version `3.7.0` and above. For best results, we recommend | ||
using Nuxt `3.14.0` or later, which includes updated dependencies critical to the SDK's functionality. | ||
|
||
In case you are using Nuxt before version `3.14.0`, add the following overrides: | ||
|
||
```json {tabTitle:npm} {filename:package.json} | ||
"overrides": { | ||
"ofetch": "^1.4.0" | ||
"@vercel/nft": "^0.27.4" | ||
} | ||
``` | ||
|
||
```json {tabTitle:yarn} {filename:package.json} | ||
"resolutions": { | ||
"ofetch": "^1.4.0" | ||
"@vercel/nft": "^0.27.4" | ||
} | ||
``` | ||
|
||
```json {tabTitle:pnpm} {filename:package.json} | ||
"pnpm": { | ||
"overrides": { | ||
"ofetch": "^1.4.0" | ||
"@vercel/nft": "^0.27.4" | ||
} | ||
} | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd remove all of this from the getting started page as the wizard takes care of it and I think it's just confusing for users. It's better kept in imanual installation methods.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed everything after "In case you are using Nuxt before version 3.14.0
, add the following overrides:" 👍
I left the general version compatibility notice.
0637852
to
108d198
Compare
DESCRIBE YOUR PR
Part of #11978
IS YOUR CHANGE URGENT?
Help us prioritize incoming PRs by letting us know when the change needs to go live.
SLA
Thanks in advance for your help!
PRE-MERGE CHECKLIST
Make sure you've checked the following before merging your changes: