Skip to content

Commit ec0d542

Browse files
committed
quick fix
1 parent a1ef165 commit ec0d542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nextjs/src/config/turbopack/constructTurbopackConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export function safelyAddTurbopackRule(
6363

6464
// If the rule already exists, we don't want to mess with it.
6565
if (existingRules[matcher]) {
66-
debug.info(
66+
debug.log(
6767
`${chalk.cyan(
6868
'info',
6969
)} - Turbopack rule already exists for ${matcher}. Please remove it from your Next.js config in order for Sentry to work properly.`,

0 commit comments

Comments
 (0)