feat: integrate Sentry for error tracking and enhance user notifications

- Added Sentry integration for error tracking across various components, including error boundaries and user actions.
- Updated global error handling to capture exceptions and provide detailed feedback to users.
- Enhanced user notifications with toast messages for actions such as credit management, image generation, and canvas exports.
- Improved user experience by displaying relevant messages during interactions, ensuring better visibility of system states and errors.
This commit is contained in:
Matthias
2026-03-27 18:14:04 +01:00
parent 5da0204163
commit 2f89465e82
35 changed files with 2822 additions and 186 deletions

View File

@@ -17,11 +17,15 @@
"@napi-rs/canvas": "^0.1.97",
"@polar-sh/better-auth": "^1.8.3",
"@polar-sh/sdk": "^0.46.7",
"@sentry/nextjs": "^10.46.0",
"@xyflow/react": "^12.10.1",
"better-auth": "^1.5.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"convex": "^1.34.0",
"framer-motion": "^12.38.0",
"goey-toast": "^0.3.0",
"ioredis": "^5.10.1",
"jimp": "^1.6.0",
"jszip": "^3.10.1",
"lucide-react": "^1.6.0",
@@ -33,13 +37,13 @@
"react-dom": "19.2.4",
"resend": "^4.8.0",
"shadcn": "^4.1.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"tw-animate-css": "^1.4.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/ioredis": "^5.0.0",
"@types/jszip": "^3.4.1",
"@types/node": "^20",
"@types/react": "^19",