diff --git a/package.json b/package.json index ccbdacb2..65db18af 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,8 @@ "@mui/x-date-pickers": "^6.19.6", "@tanstack/react-query": "^5.17.0", "@types/styled-components": "^5.1.34", + "@vercel/analytics": "^1.2.2", + "@vercel/speed-insights": "^1.0.10", "axios": "^1.6.5", "date-fns": "^3.2.0", "dayjs": "^1.11.10", diff --git a/src/App.tsx b/src/App.tsx index c1a4e0af..3e1cea72 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -8,6 +8,8 @@ import { ErrorBoundary } from 'react-error-boundary'; import FallbackUI from './pages/FallbackUI/FallbackUI'; import 'react-toastify/dist/ReactToastify.css'; import { StyledToastContainer } from './style/toast.style'; +import { Analytics } from '@vercel/analytics/react'; +import { SpeedInsights } from '@vercel/speed-insights/next'; import * as S from './App.style'; function App() { @@ -21,6 +23,8 @@ function App() { reset()} FallbackComponent={FallbackUI}> }> + +