new marvel comics app - currently offline
* Improve Marvel API error logging with detailed context - Add structured error logging with timestamps, status codes, and URLs - Capture and log Marvel API response body for HTTP errors - Include rate limit headers in error logs for monitoring - Categorize errors (Network, HTTP, JSON Parse) for easier debugging - Replace generic "oh no" message with actionable error details - Add request context (week parameter, URL) to all error logs This improves debugging capabilities and provides better visibility into API failures, rate limiting, and authentication issues. * fixes --------- Co-authored-by: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .github/workflows | ||
| .husky | ||
| public | ||
| src | ||
| .dockerignore | ||
| .eslintrc | ||
| .gitignore | ||
| .mise.toml | ||
| .prettierignore | ||
| astro.config.mjs | ||
| bun.lock | ||
| Dockerfile | ||
| eslint.config.mjs | ||
| fly.toml | ||
| package.json | ||
| postcss.config.cjs | ||
| prettier.config.mjs | ||
| README.md | ||
| tsconfig.json | ||