[ARVADOS-WORKBENCH2] updated: 1.3.0-235-g1b438678
Git user
git at public.curoverse.com
Thu Dec 20 13:17:03 EST 2018
Summary of changes:
src/store/store.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 1b438678854a42f00e19f351caf0004c7d46ff8c (commit)
from 87eaf9dd29c3a9ad816f0cb45b89282644b328d3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 1b438678854a42f00e19f351caf0004c7d46ff8c
Author: Daniel Kos <unodgs at gmail.com>
Date: Thu Dec 20 19:16:53 2018 +0100
Add stacktraces do redux devtools
Feature #14348
Arvados-DCO-1.1-Signed-off-by: Daniel Kos <unodgs at gmail.com>
diff --git a/src/store/store.ts b/src/store/store.ts
index 14a6ba11..4ad7ca45 100644
--- a/src/store/store.ts
+++ b/src/store/store.ts
@@ -60,7 +60,7 @@ import { ComputeNodeMiddlewareService } from '~/store/compute-nodes/compute-node
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<ReturnType<typeof createRootReducer>>;
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list