Skip to content
This repository was archived by the owner on May 17, 2019. It is now read-only.

Commit 8e41b4a

Browse files
codalifefusionjs-bot[bot]
authored andcommitted
Add trace to Redux Devtools Extension
#200 Co-authored-by: Anuar Zhuken <[email protected]> Co-authored-by: Anuar Zhuken <[email protected]>
1 parent 875c1dc commit 8e41b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/browser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const getPlugin = () => {
5353
__DEV__ &&
5454
window.__REDUX_DEVTOOLS_EXTENSION__ &&
5555
// $FlowFixMe
56-
__REDUX_DEVTOOLS_EXTENSION__();
56+
__REDUX_DEVTOOLS_EXTENSION__({trace: true, traceLimit: 25});
5757
const enhancers = [enhancer, ctxEnhancer(ctx), devTool].filter(
5858
Boolean
5959
);

0 commit comments

Comments
 (0)