Skip to content

Commit 3f8abe5

Browse files
committed
review comments
1 parent 59d7e25 commit 3f8abe5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,16 +69,16 @@ dotenv.config();
6969
// ... rest of the file
7070
```
7171

72-
#### Troubleshoot Server-Side
73-
7472
<Alert level="warning">
7573
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)
7674
</Alert>
7775

78-
When adding `sentry.server.config.ts`, you might get an error like this:
76+
#### Troubleshoot Errors during Server Startup
77+
78+
After adding `sentry.server.config.ts` and building the project, you might get an error like this:
7979
`Failed to register ESM hook import-in-the-middle/hook.mjs`. You can add an override (npm/pnpm) or a resolution (yarn)
80-
for `@vercel/nft` to fix this. This will add the `hook.mjs` file to your build output
81-
([Nitro issue here](https://github.com/unjs/nitro/issues/2703)).
80+
for `@vercel/nft` to fix this. This will add the `hook.mjs` file to your build output.
81+
See the [underlying issue in the UnJS Nitro project](https://github.com/unjs/nitro/issues/2703).
8282

8383
```json {tabTitle:npm} {filename:package.json}
8484
"overrides": {

0 commit comments

Comments
 (0)