From 09076f0ba957175a39aa78f710d54321dd11e436 Mon Sep 17 00:00:00 2001 From: s1gr1d Date: Wed, 10 Jul 2024 17:15:05 +0200 Subject: [PATCH] fix(nuxt): Fix instrument filename in readme --- 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';