Search Sentinel Project Health
Core database service. If broken, no data can be read or written to the application, making the app completely non-functional.
API endpoint for data operations. If broken, the application cannot fetch or update data through standard API calls.
User authentication and authorization. If broken, users cannot login, signup, or access protected resources, effectively blocking all user access to the app.
Live data synchronization and websocket connections. If broken, user support messaging doesn't work, and real-time features like live updates will not function.
File storage and retrieval service. If broken, users cannot upload files, view images, or access any stored media content.
Database connection management. If broken, database connections may be unstable, leading to intermittent errors and degraded performance.