Addition of Open Replay Tracker

This commit is contained in:
Patrick Fic
2021-08-20 14:38:33 -07:00
parent 5a4d6d3e8c
commit 0541167cc5
5 changed files with 106 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ const middlewares = [
if (process.env.NODE_ENV === "development") {
middlewares.push(createLogger({ collapsed: true, diff: true }));
}
//middlewares.push(Tracker.use(trackerRedux()));
const composeEnhancers =
typeof window === "object" && window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__
? window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__({