File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
packages/nextjs/src/config/turbopack Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 11import { debug } from '@sentry/core' ;
2- import * as chalk from 'chalk' ;
32import type { RouteManifest } from '../manifest/types' ;
43import type { NextConfigObject , TurbopackMatcherWithRule , TurbopackOptions } from '../types' ;
54import { generateValueInjectionRules } from './generateValueInjectionRules' ;
@@ -57,9 +56,7 @@ export function safelyAddTurbopackRule(
5756 // If the rule already exists, we don't want to mess with it.
5857 if ( existingRules [ matcher ] ) {
5958 debug . log (
60- `${ chalk . cyan (
61- 'info' ,
62- ) } - Turbopack rule already exists for ${ matcher } . Please remove it from your Next.js config in order for Sentry to work properly.`,
59+ `[@sentry/nextjs] - Turbopack rule already exists for ${ matcher } . Please remove it from your Next.js config in order for Sentry to work properly.` ,
6360 ) ;
6461 return existingRules ;
6562 }
You can’t perform that action at this time.
0 commit comments