From 898f6a0d43bb423afa94f4614ec4912f4b98f342 Mon Sep 17 00:00:00 2001 From: LucasScheffelTB Date: Tue, 29 Oct 2024 14:20:46 -0300 Subject: [PATCH] refactor: change log level for SDK start block --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 7dfb593..92a4876 100644 --- a/src/index.ts +++ b/src/index.ts @@ -54,7 +54,7 @@ export function startTestBox(config?: TestBoxConfig) { if (window.__tbxExtensionActive && !config.startedByExtension) { // Checking for Extension - info( + warn( "Extension is Active and SDK start had a different origin. Blocking SDK start" ); return;