mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 04:01:09 +02:00
Add centralized error logging endpoint to mana-core-auth: - Error logs database schema with app_id, error message, stack traces - POST /error-logs endpoint for single errors - POST /error-logs/batch endpoint for batch submissions - Error logs service with automatic cleanup of old entries - DTOs with validation for error log submissions |
||
|---|---|---|
| .. | ||
| auth.schema.ts | ||
| credits.schema.ts | ||
| error-logs.schema.ts | ||
| feedback.schema.ts | ||
| index.ts | ||
| organizations.schema.ts | ||
| referrals.schema.ts | ||
| tags.schema.ts | ||