feat: Add Sentry support (#745) (#747)

This commit is contained in:
Benoit TELLIER
2026-04-06 14:00:50 +07:00
committed by GitHub
parent 8c6d846dfe
commit fbb31e4a80
5 changed files with 112 additions and 3 deletions
+1
View File
@@ -16,3 +16,4 @@ var WEBSOCKET_URL = 'wss://calendar.example.com'
var WS_DEBOUNCE_PERIOD_MS = 100 // milliseconds, remove or set to 0 to disable debounce
var WS_PING_PERIOD_MS = 30000
var WS_PING_TIMEOUT_PERIOD_MS = 35000
// var SENTRY_DSN = "https://...@sentry.io/..."; // optional, omit to disable Sentry