feat(all): add hotjar

This commit is contained in:
Anton Jacobsson
2021-09-22 22:10:14 +02:00
parent a71c4ca330
commit 0424045f55
6 changed files with 42 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ import reportWebVitals from './reportWebVitals';
import { HelmetProvider } from 'react-helmet-async';
import { ThemeProvider } from './contexts/ThemeContext';
import { LoadingProvider } from './contexts/LoadingContext';
import { setupHotjar } from './helpers/setupHotjar';
ReactDOM.render(
<React.StrictMode>
@@ -21,3 +22,4 @@ ReactDOM.render(
);
reportWebVitals();
setupHotjar();