zalmoxisus / redux-devtools-filter-actions

Redux DevTools composable monitor with the ability to filter actions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FEATURE: Custom actions filter

Mamoru1234 opened this issue · comments

In our project, we are using Symbols for action types(to avoid actions overlapping).
And in this case RegExp approach for filtering is not working(Symbols hasn't match method, and it doesn't make sense in Symbols scope).

I think it makes sense to have the property which allows overwriting algorithm for filtering actions.