Enabling trace with configureStore? #1273
-
I love utilizing the chrome extension and decided I wanted to give setting up tracing a go with a practice project. I noticed though there isn't any documentation that shows examples of implementing more advanced setting for the extension for Is the current version not compatible yet with implementation through |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We actually turn on the But if you do need to alter the configuration, you can pass any Redux Devtools configuration options as the We actually do that in my day job at Replay: |
Beta Was this translation helpful? Give feedback.
We actually turn on the
trace
option by default in development builds inside ofconfigureStore
:But if you do need to alter the configuration, you can pass any Redux Devtools configuration options as the
devTools
option forconfigureStore
:We actually do that in my day job at Replay:
src/ui/setup/store.ts