Open
Description
Is your feature request related to a problem? Please describe.
As a developer I'd like to easily trace where redux calls are evaluated.
Describe the solution you'd like
Give Redux devTools the possibility to use the trace functionality. Not sure if this has some significant downside ?
Describe alternatives you've considered
Additional context
In @magento/peregrine/lib/util/composeEnhancers.js we can add the following:
window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__({
trace: true,
traceLimit: 25
})
Please let us know what packages this feature is in regards to:
-
venia-concept
-
venia-ui
-
pwa-buildpack
-
peregrine
-
pwa-devdocs
-
upward-js
-
upward-spec
-
create-pwa