Skip to content

Commit 9917f2f

Browse files
committed
Update pnpm docs link
1 parent 4adf74c commit 9917f2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/nuxt/sdk-setup.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ export async function addNuxtOverrides(
243243
)}${
244244
isPNPM
245245
? `\n\nand ${chalk.cyan(
246-
'https://docs.sentry.io/platforms/javascript/guides/nuxt/troubleshooting/#pnpm-resolving-import-in-the-middle-external-package-errors',
246+
'https://docs.sentry.io/platforms/javascript/guides/nuxt/troubleshooting/#pnpm-dev-cannot-find-package-import-in-the-middle',
247247
)}`
248248
: ''
249249
}`,
@@ -262,7 +262,7 @@ export async function addNuxtOverrides(
262262

263263
if (PNPM.detect()) {
264264
// For pnpm, we probably want to install iitm
265-
// See: https://docs.sentry.io/platforms/javascript/guides/nuxt/troubleshooting/#pnpm-resolving-import-in-the-middle-external-package-errors
265+
// See: https://docs.sentry.io/platforms/javascript/guides/nuxt/troubleshooting/#pnpm-dev-cannot-find-package-import-in-the-middle
266266
const iitmAlreadyInstalled = hasPackageInstalled(
267267
'import-in-the-middle',
268268
packageJson,

0 commit comments

Comments
 (0)