zalmoxisus / remote-redux-devtools

Redux DevTools remotely.
http://zalmoxisus.github.io/monitoring/
MIT License
1.81k stars 139 forks source link

Enable trace option with redux devtools extension #129

Closed iagormoraes closed 5 years ago

iagormoraes commented 5 years ago

Redux devtools extension has updated and now they have a option trace to check which component or function is triggering the action in reducer, more info check this link of their repo.

With the new version it should act like:

const composerEnhancer = composeWithDevTools({
    name: `Redux`,
    realtime: true,
    trace: true,
    traceLimit: 25
});
zalmoxisus commented 5 years ago

Implemented in 0.5.15. Thanks for the heads-up!

chan-dev commented 2 years ago

Has the typing also updated? It seems like i can't still access trace option

spirobel commented 2 years ago

Same here. Maybe the types need to be updated: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/remote-redux-devtools/index.d.ts