-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
docs(nuxt): Remove beta, add dev mode command, add cloudflare link #14651
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,11 @@ Check out the guide for using <PlatformLink to="/install/limited-server-tracing" | |
|
||
## Initializing Sentry with `--import` | ||
|
||
By default, the SDK will add the Sentry server config to the build output (typically, `.output/server/sentry.server.config.mjs`). | ||
By default, the SDK will add the Sentry server config to the build output (typically, `.output/server/sentry.server.config.mjs` or ` ./.nuxt/dev/sentry.server.config.mjs` during development). | ||
|
||
<Alert> | ||
To find the exact path to the built Sentry server config file, enable `debug` mode in your Sentry configuration within `nuxt.config.ts`. Sentry will then print the exact path during the build process. | ||
</Alert> | ||
Comment on lines
+27
to
+29
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Would it make sense to include this Alert in the "Verify your setup" section? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If you think this is vital information for the quick start guide then go for it! But I think we need more context, so maybe include parts of the previous sentence in the alert. Something like:
|
||
|
||
### 1. Adding `--import` to `node` command | ||
|
||
|
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.
This Alert box is also in the manual-setup file