reduxjs / redux-devtools

DevTools for Redux with hot reloading, action replay, and customizable UI
http://youtube.com/watch?v=xsSnOQynTHs
MIT License
13.98k stars 1.15k forks source link

Feature request: custom filter for trace stack #1703

Open EnixCoda opened 1 month ago

EnixCoda commented 1 month ago

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.