Skip to content

Commit

Permalink
add link to installation methods
Browse files Browse the repository at this point in the history
  • Loading branch information
s1gr1d committed Nov 29, 2024
1 parent 883e335 commit 0637852
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 3 additions & 2 deletions docs/platforms/javascript/common/troubleshooting/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -504,10 +504,11 @@ Learn more about fixing these caching issues in the <PlatformLink to="/sourcemap
<Expandable permalink title="Nuxt: Server-side Nitro is not sending events">
Nuxt builds the server-side Nitro application as ES Modules, which introduces limitations for server-side tracing during development.
Currently, trace collection is only supported when running the built application, not in development mode (`nuxt dev`).
To collect traces, build your project and run the production build output.
Currently, trace collection is only supported when building and running the application. Development mode (`nuxt dev`) is currently not supported.
When running the build output, Sentry needs to be initialized before running the rest of the application. This is done automatically, but might not work for your use case.
Read more about this in <PlatformLink to="/install">installation methods</PlatformLink>.
---
We are currently investigating an issue where the server-side is not correctly initialized with a recent update of Nitro (the server-side toolkit in Nuxt).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## Next Steps

- Track your Vue Components or your Pinia store by [adding support for client features](/platforms/javascript/guides/nuxt/features/)
- In case you experience any issues during setup or startup, check out <PlatformLink to="/troubleshooting">Troubleshooting</PlatformLink>.
- In case you experience any issues during setup or startup, check out <PlatformLink to="/troubleshooting">Troubleshooting</PlatformLink>
or read through the different <PlatformLink to="/install">installation methods</PlatformLink>.
3 changes: 2 additions & 1 deletion platform-includes/getting-started-verify/javascript.nuxt.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,6 @@ export default defineEventHandler(event => {
node .output/server/index.mjs
```

In case you experience any issues with the server-side setup, check out <PlatformLink to="/troubleshooting">Troubleshooting</PlatformLink>.
In case you experience any issues with the server-side setup, check out <PlatformLink to="/troubleshooting">Troubleshooting</PlatformLink>
or read through the different <PlatformLink to="/install">installation methods</PlatformLink>.
</Alert>

0 comments on commit 0637852

Please sign in to comment.