feat: integrate Sentry for error tracking in Astro application
- Added Sentry dependencies for Astro and Cloudflare in package.json.
- Created sentry.client.config.js to initialize Sentry for client-side error tracking.
- Created sentry.server.config.js to initialize Sentry for server-side error tracking.