8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba59c5 commit 3549777Copy full SHA for 3549777
packages/nuxt/README.md
@@ -117,7 +117,7 @@ Sentry.init({
117
This setup makes sure Sentry is imported on the server before any other imports. As of now, this however leads to an
118
import-in-the-middle error ([related reproduction](https://github.com/getsentry/sentry-javascript-examples/pull/38)).
119
120
-Add a `instrument.server.(js|ts)` file to your `public` folder:
+Add an `instrument.server.mjs` file to your `public` folder:
121
122
```javascript
123
import * as Sentry from '@sentry/nuxt';
0 commit comments