From 2878ea53aeb3f2a932fe1ff85e59dbcaa3f00a17 Mon Sep 17 00:00:00 2001 From: Timo Date: Thu, 23 May 2024 16:17:17 +0200 Subject: [PATCH] default show --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index c1947c54..91107ee1 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -40,7 +40,7 @@ import { widget } from "./widget"; import { useTheme } from "./useTheme"; const SentryRoute = Sentry.withSentryRouting(Route); -WebConsole.enable({ show: false }); +WebConsole.enable({ show: true }); interface SimpleProviderProps { children: JSX.Element;