We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 998df09 commit 0dc4639Copy full SHA for 0dc4639
packages/bundler-plugin-core/src/index.ts
@@ -327,7 +327,7 @@ export function sentryUnpluginFactory({
327
328
if (options.reactComponentAnnotation) {
329
if (!options.reactComponentAnnotation.enabled) {
330
- logger.info(
+ logger.debug(
331
"The component name annotate plugin is currently disabled. Skipping component name annotations."
332
);
333
} else if (options.reactComponentAnnotation.enabled && !componentNameAnnotatePlugin) {
0 commit comments