16 Commits

Author SHA1 Message Date
4ee648e5cb refactor: Change default exports to named exports for consistency 2026-01-02 17:05:06 +01:00
73c9643416 fix: Remove unnecessary whitespace in sanitizeDiscordText function 2026-01-02 16:20:47 +01:00
56d8e431bd security: Add Discord mention sanitization to prevent abuse 2026-01-02 16:18:16 +01:00
c56cd0b6b0 fix: Update error reporting URL to new Vercel project 2026-01-02 16:13:15 +01:00
d01441d8f5 feat: Add health check endpoint 2026-01-02 15:57:44 +01:00
498e17b15c fix: Simplify code style in report-error.js by removing unnecessary semicolons 2026-01-02 15:49:37 +01:00
7ea9d25aca fix: Convert serverless function to JavaScript for Vercel 2026-01-02 15:48:09 +01:00
0f7f9e88d9 fix: Rename api function to match endpoint URL 2026-01-02 15:44:54 +01:00
1182a858a9 fix: Add Vercel serverless function for error reporting 2026-01-02 15:41:57 +01:00
84a6de8eef fix: Move error reporting from Vercel Serverless to Express 2026-01-02 15:40:04 +01:00
c2a3ba2a31 feat: Add Vercel serverless error reporting system 2026-01-02 15:21:08 +01:00
117297e478 Setup Vercel 2026-01-02 15:08:31 +01:00
a5ecf36668 feat: update documentation and improve error reporting features 2025-12-16 20:59:58 +01:00
eda43ff7d9 feat: add request ID and stack snippet to error reports; update scheduling documentation 2025-12-06 13:38:02 +01:00
0c8fcfc597 feat: add error reporting token validation and update documentation 2025-12-06 13:32:02 +01:00
64352fa306 Refactor documentation and add new features
- Updated index.md to simplify structure and focus on task-oriented guides.
- Revised notifications.md to streamline setup instructions and improve clarity.
- Added report-error.js for structured error reporting to Discord.
- Introduced account-creation.md and configuration.md for detailed guidance on account setup and bot configuration.
- Created dashboard.md, docker.md, error-reporting.md, modes.md, running.md, scheduling.md, setup.md, troubleshooting.md, and update.md for comprehensive documentation on respective features and usage.
- Updated package-lock.json and package.json to include peer dependencies.
2025-12-06 13:13:20 +01:00