Skip to content

Commit 2a3a85b

Browse files
authored
tests: Fix failing Next.js test (#10670)
1 parent cce125d commit 2a3a85b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nextjs/test/config/webpack/sentryWebpackPlugin.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ describe('Sentry webpack plugin config', () => {
3535
org: 'squirrelChasers', // from user webpack plugin config
3636
project: 'simulator', // from user webpack plugin config
3737
authToken: 'dogsarebadatkeepingsecrets', // picked up from env
38-
stripPrefix: ['webpack://_N_E/'], // default
38+
stripPrefix: ['webpack://_N_E/', 'webpack://'], // default
3939
urlPrefix: '~/_next', // default
4040
entries: [],
4141
release: 'doGsaREgReaT', // picked up from env

0 commit comments

Comments
 (0)