From 45bcd8d08b297833eb49efac98c83919126eea3b Mon Sep 17 00:00:00 2001 From: Bastien DUMONT <bdumont@grandlyon.com> Date: Thu, 8 Aug 2024 14:45:32 +0200 Subject: [PATCH] chore: console.group uncollapsed --- src/components/Splash/SplashRoot.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Splash/SplashRoot.tsx b/src/components/Splash/SplashRoot.tsx index 3b4e51866..8670415dc 100644 --- a/src/components/Splash/SplashRoot.tsx +++ b/src/components/Splash/SplashRoot.tsx @@ -193,7 +193,7 @@ const SplashRoot = ({ fadeTimer = 1000, children }: SplashRootProps) => { const startTime = performance.now() const transaction = Sentry.startTransaction({ name: 'Initialize app' }) try { - console.groupCollapsed('Initialization logs') + console.group('Initialization logs') // Run init steps in parallel const [ termsStatus, -- GitLab