diff --git a/src/components/Splash/SplashRoot.tsx b/src/components/Splash/SplashRoot.tsx
index 3b4e518665e12c91379f3b95cc951075d0b34444..8670415dccf9bde787ed0ba31e3cdcfb13d00dca 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,