X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/20657bc90bdb96c85eb5b50e80d09ae4978e7c7f..fe477581df706f4c2c1669f2df584bd94dbb4bea:/src/store/store.ts diff --git a/src/store/store.ts b/src/store/store.ts index 60a4b4f0..f842b0c6 100644 --- a/src/store/store.ts +++ b/src/store/store.ts @@ -61,7 +61,7 @@ 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__({trace: true, traceLimit: 25})) || compose; export type RootState = ReturnType>;