Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redux Dev Tools Trace Capability? #262

Closed
curt-w opened this issue Jan 30, 2022 · 2 comments
Closed

Redux Dev Tools Trace Capability? #262

curt-w opened this issue Jan 30, 2022 · 2 comments
Milestone

Comments

@curt-w
Copy link

curt-w commented Jan 30, 2022

Is there support to enable the trace flag when using Redux Dev Tools? I cannot find any references to this.

I am having issue troubleshooting the origin of an action and believe the trace functionality would be useful.

Trace flag described:
https://dev.to/finallynero/redux-action-stack-trace-1m0d
https://blog.logrocket.com/redux-devtools-tips-tricks-for-faster-debugging/

@mrpmorris
Copy link
Owner

It looks like a good idea, I'll keep it in mind for when I have some free time again.

For now, write a middleware that writes out the StackTrace whenever an action is dispatched.

@mrpmorris
Copy link
Owner

Added in 5.2

Thanks for making me aware of it!

@mrpmorris mrpmorris added this to the 5.2 milestone Mar 31, 2022
@mrpmorris mrpmorris mentioned this issue Apr 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants