Skip to content

Commit

Permalink
default show
Browse files Browse the repository at this point in the history
  • Loading branch information
toger5 committed May 23, 2024
1 parent 4348edf commit 2878ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2878ea5

Please sign in to comment.