Skip to content

Commit

Permalink
docs(nuxt): Fix instrument filename in readme (#12853)
Browse files Browse the repository at this point in the history
addition to #12850
  • Loading branch information
s1gr1d committed Jul 10, 2024
1 parent 6ba59c5 commit 3549777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nuxt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Sentry.init({
This setup makes sure Sentry is imported on the server before any other imports. As of now, this however leads to an
import-in-the-middle error ([related reproduction](https://github.com/getsentry/sentry-javascript-examples/pull/38)).

Add a `instrument.server.(js|ts)` file to your `public` folder:
Add an `instrument.server.mjs` file to your `public` folder:

```javascript
import * as Sentry from '@sentry/nuxt';
Expand Down

0 comments on commit 3549777

Please sign in to comment.