Skip to content

Commit 0637852

Browse files
committed
add link to installation methods
1 parent 883e335 commit 0637852

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -504,10 +504,11 @@ Learn more about fixing these caching issues in the <PlatformLink to="/sourcemap
504504
505505
<Expandable permalink title="Nuxt: Server-side Nitro is not sending events">
506506
Nuxt builds the server-side Nitro application as ES Modules, which introduces limitations for server-side tracing during development.
507-
Currently, trace collection is only supported when running the built application, not in development mode (`nuxt dev`).
508-
To collect traces, build your project and run the production build output.
509507
Currently, trace collection is only supported when building and running the application. Development mode (`nuxt dev`) is currently not supported.
510508
509+
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.
510+
Read more about this in <PlatformLink to="/install">installation methods</PlatformLink>.
511+
511512
---
512513
513514
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).
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
## Next Steps
22

33
- Track your Vue Components or your Pinia store by [adding support for client features](/platforms/javascript/guides/nuxt/features/)
4-
- In case you experience any issues during setup or startup, check out <PlatformLink to="/troubleshooting">Troubleshooting</PlatformLink>.
4+
- In case you experience any issues during setup or startup, check out <PlatformLink to="/troubleshooting">Troubleshooting</PlatformLink>
5+
or read through the different <PlatformLink to="/install">installation methods</PlatformLink>.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,6 @@ export default defineEventHandler(event => {
5252
node .output/server/index.mjs
5353
```
5454

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

0 commit comments

Comments
 (0)