From 354977792e78789fc2823a169b95cd11e55b4c35 Mon Sep 17 00:00:00 2001 From: Sigrid Huemer <32902192+s1gr1d@users.noreply.github.com> Date: Wed, 10 Jul 2024 18:13:33 +0200 Subject: [PATCH] docs(nuxt): Fix instrument filename in readme (#12853) addition to https://github.com/getsentry/sentry-javascript/pull/12850 --- packages/nuxt/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nuxt/README.md b/packages/nuxt/README.md index 9ce6e908a793..c75fa334b8a5 100644 --- a/packages/nuxt/README.md +++ b/packages/nuxt/README.md @@ -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';