redux-devtools icon indicating copy to clipboard operation
redux-devtools copied to clipboard

Feature request: custom filter for trace stack

Open EnixCoda opened this issue 1 year ago • 0 comments

The trace feature is really powerful and helpful. I hope this could make it even better.

For example, I'd like to exclude stack trace of node_modules dependencies like redux-thunk so that I could focus on my source code. image

image

Perhaps the UI change could be like

  1. In the settings tab, add a list of text inputs for excluded paths. image
  2. In the trace tab, add a exclude button right next to each stack. So that users could exclude specific paths by one click.

EnixCoda avatar Jul 23 '24 03:07 EnixCoda