Skip to content

Commit 4e84a04

Browse files
committed
Add instruction how to filter actions
1 parent 9d1ec84 commit 4e84a04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ Also you may run them from `./examples` folder (on port 4001 and 4002 by default
6969

7070
#### How to make it faster
7171
Find `Redux DevTools` on the extensions page (`chrome://extensions/`). Under the title there will be an `Options` link. You may set maximum delay to `0` in order to have no delay or set to a higher value if your app generates a lot of actions. You may disable serialization if your states are plain objects with no circular references. Also, limit the quantity of stored actions to a lower value.
72+
#### How to filter actions
73+
On the options page you may enable actions filtering and specify either actions to be hidden or shown in DevTools. If the latter is specified, other than those actions will be hidden.
7274
#### How to disable/enable it in production
7375
On the options page you may enable the extension to be injected in all pages or you may specify the pages urls to be injected in. Use regex values and new line as a separator.
7476
#### How to open Redux DevTools in a new window

0 commit comments

Comments
 (0)