14720: Fix tests
[arvados.git] / src / store / store.ts
index 60a4b4f007ef3640b18f8c4e9028c490fc5050a6..0be577c45a159a450749ef37d664e7717fefd600 100644 (file)
@@ -61,7 +61,8 @@ import { ApiClientAuthorizationMiddlewareService } from '~/store/api-client-auth
 
 const composeEnhancers =
     (process.env.NODE_ENV === 'development' &&
-        window && window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__) ||
+     window && window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ &&
+     window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__({trace: true, traceLimit: 25})) ||
     compose;
 
 export type RootState = ReturnType<ReturnType<typeof createRootReducer>>;