diff --git a/packages/nextjs/test/config/webpack/sentryWebpackPlugin.test.ts b/packages/nextjs/test/config/webpack/sentryWebpackPlugin.test.ts index db17062041c8..ddcc8965a6c1 100644 --- a/packages/nextjs/test/config/webpack/sentryWebpackPlugin.test.ts +++ b/packages/nextjs/test/config/webpack/sentryWebpackPlugin.test.ts @@ -35,7 +35,7 @@ describe('Sentry webpack plugin config', () => { org: 'squirrelChasers', // from user webpack plugin config project: 'simulator', // from user webpack plugin config authToken: 'dogsarebadatkeepingsecrets', // picked up from env - stripPrefix: ['webpack://_N_E/'], // default + stripPrefix: ['webpack://_N_E/', 'webpack://'], // default urlPrefix: '~/_next', // default entries: [], release: 'doGsaREgReaT', // picked up from env