Skip to content

Commit 0dc4639

Browse files
author
Luca Forstner
authored
ref(annotate): Turn disabled message to debug log (#504)
1 parent 998df09 commit 0dc4639

File tree

1 file changed

+1
-1
lines changed
  • packages/bundler-plugin-core/src

1 file changed

+1
-1
lines changed

packages/bundler-plugin-core/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ export function sentryUnpluginFactory({
327327

328328
if (options.reactComponentAnnotation) {
329329
if (!options.reactComponentAnnotation.enabled) {
330-
logger.info(
330+
logger.debug(
331331
"The component name annotate plugin is currently disabled. Skipping component name annotations."
332332
);
333333
} else if (options.reactComponentAnnotation.enabled && !componentNameAnnotatePlugin) {

0 commit comments

Comments
 (0)