uptime-kuma/server
Angel98518 951f109512 fix: add error logging to cloudflared socket handler empty catch blocks
Previously, errors in cloudflared socket handlers were silently swallowed
by empty catch blocks, making debugging difficult. This commit adds
proper error logging to all empty catch blocks in the cloudflared
socket handler to improve observability and debugging.

- Added error logging to join handler
- Added error logging to leave handler
- Added error logging to start handler
- Added error logging to removeToken handler
2026-01-06 19:31:25 +01:00
..
analytics fix(analytics): fixed issues with db init and refactor of code and names 2025-04-10 23:48:46 +02:00
jobs Data migration and history retention for 2.0.0 (#5075) 2024-10-26 20:50:29 +08:00
model feat: extract MySQL/MariaDB monitor to its own monitor-type and enable conditions support 2026-01-06 01:42:20 -05:00
modules Fix crypto.randomBytes() usage in hash.js - replace with crypto.randomInt() 2025-12-29 01:38:44 +00:00
monitor-conditions Monitor Conditions (#5048) 2024-08-30 21:48:13 +02:00
monitor-types fix: update the test 2026-01-06 02:37:05 -05:00
notification-providers feat(serwersms): add group messaging support (#6610) 2026-01-06 17:12:51 +00:00
routers feat: add rss title field and handle rss link from request 2026-01-06 00:15:53 -05:00
socket-handlers fix: add error logging to cloudflared socket handler empty catch blocks 2026-01-06 19:31:25 +01:00
utils 2.0.X to master (#6226) 2025-10-25 05:22:13 +08:00
2fa.js
auth.js fix(auth/UX): trim username in login & setup (#6263) 2025-10-26 19:24:42 +01:00
check-version.js Revert "feat: structured logging (JSON)" (#5175) 2024-10-09 07:43:44 +08:00
client.js feat: add platform/arch information to sendInfo (#6497) 2025-12-18 02:53:47 +00:00
config.js Merge manually 2023-12-11 02:36:08 +08:00
database.js fix: v2 migration process report is always 0 when having many monitors / dates (#6516) 2025-12-22 14:31:39 +00:00
docker.js [Eliminate Blocking] Docker monitor (#5927) 2025-06-25 13:39:00 +08:00
embedded-mariadb.js Fix: Embedded MariaDB startup issue (#5283) 2024-11-05 20:25:08 +08:00
image-data-uri.js Added JSDoc to ESLint (#3529) 2023-08-11 15:46:41 +08:00
jobs.js Added JSDoc to ESLint (#3529) 2023-08-11 15:46:41 +08:00
notification.js Merge branch 'master' into master 2025-12-30 18:44:40 +05:30
password-hash.js [Eliminate Blocking] User related (#5928) 2025-06-19 14:29:43 +08:00
prometheus.js Removed leftover from debugging 2025-12-15 14:08:14 +01:00
proxy.js chore(deps): upgrade http/https/socks proxy agents (#5548) 2025-01-26 14:21:40 +01:00
radius-client.js chore(deps): update compression dependencys and vendor the radius dependency (#6168) 2025-10-09 23:05:39 +02:00
rate-limiter.js Added JSDoc to ESLint (#3529) 2023-08-11 15:46:41 +08:00
remote-browser.js 🐛 fix(remote-browser): Remove unused test() function (#4155) 2023-12-03 20:27:09 +08:00
server.js Merge branch 'master' into feature/local-service-monitor 2025-12-21 15:05:08 +07:00
settings.js Added JSDoc to ESLint (#3529) 2023-08-11 15:46:41 +08:00
setup-database.js Fix: Check MySQL database name (#5991) 2025-08-31 01:26:32 +08:00
uptime-calculator.js fix: Clear all statistics and clear heartbeats not resetting uptime statistics of monitors (#6398) 2025-11-23 04:46:32 +00:00
uptime-kuma-server.js feat: extract MySQL/MariaDB monitor to its own monitor-type and enable conditions support 2026-01-06 01:42:20 -05:00
util-server.js fix: remove unused code 2026-01-06 01:42:20 -05:00