-
-
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 manual setup and troubleshooting #11981
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Skipped Deployments
|
Bundle ReportChanges will increase total bundle size by 192 bytes (0.0%) ⬆️. This is within the configured threshold ✅ Detailed changes
|
|
||
### Server-side Setup | ||
|
||
1. Add a `sentry.server.config.ts` file to the root of your project: |
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.
l: either we use numbering more often than once or we omit it
1. Add a `sentry.server.config.ts` file to the root of your project: | |
Add a `sentry.server.config.ts` file to the root of your project: |
<Alert level="warning"> | ||
In the beta state of the Nuxt SDK, some features may not work with certain deployment providers. Check the progress on GitHub: [Compatibility with different Deployment Platforms](https://github.com/getsentry/sentry-javascript/issues/14029) | ||
</Alert> |
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.
Are we planning on making another docs pass before we go stable? If so, all good! Otherwise, let's remove the "beta" wording. Linking to the issue is fine, though we also might add a Compatibility section to the getting started page when we rework it to reference the wizard.
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 would still leave this in for now. Will add the compatibility section 👍
DESCRIBE YOUR PR
Adding the manual setup as an extra page (right now, it is the index page - which will be the setup soon).
I also added the troubleshooting items to the troubleshooting page to make it easier to read. As there was already a similar item regarding
pnpm
(PR here), I excluded this for Nuxt and added one specifically for Nuxt.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: