Improve logging and handle errors beter

This commit is contained in:
calli
2025-04-28 17:55:31 +03:00
parent 4fc97d473e
commit c986884ed5
10 changed files with 631 additions and 59 deletions

View File

@@ -18,6 +18,7 @@
"@mui/material": "^5.13.5",
"@sentry/nextjs": "^8.2.1",
"@types/node": "20.3.1",
"@types/pino": "^7.0.4",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.5",
"autoprefixer": "10.4.14",
@@ -27,6 +28,8 @@
"luxon": "^3.6.1",
"next": "^14.2.23",
"next-plausible": "^3.12.0",
"pino": "^9.6.0",
"pino-pretty": "^13.0.0",
"react": "^18.3.1",
"react-chartjs-2": "^5.3.0",
"react-color": "^2.19.3",