Added log rocket + analytics to ensure functionality

This commit is contained in:
Patrick Fic
2020-10-22 12:38:33 -07:00
parent 295b51267b
commit ad7cbb308b
26 changed files with 434 additions and 134 deletions

View File

@@ -1,4 +1,5 @@
import "antd/dist/antd.css";
import LogRocket from "logrocket";
import React from "react";
import ReactDOM from "react-dom";
import { Provider } from "react-redux";
@@ -8,6 +9,7 @@ import App from "./App/App";
import "./index.css";
import { persistor, store } from "./redux/store";
require("dotenv").config();
LogRocket.init("imex/rps");
ReactDOM.render(
<Provider store={store}>