diff --git a/src/App.tsx b/src/App.tsx index c1947c549..91107ee1c 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;