diff --git a/apps/gittensory-ui/src/routes/docs.self-hosting-operations.tsx b/apps/gittensory-ui/src/routes/docs.self-hosting-operations.tsx index a76c2a474d..0711d8cfca 100644 --- a/apps/gittensory-ui/src/routes/docs.self-hosting-operations.tsx +++ b/apps/gittensory-ui/src/routes/docs.self-hosting-operations.tsx @@ -85,6 +85,36 @@ review_context_fetch_failed`}

+

Sentry cron monitors

+

+ When SENTRY_DSN is set, the self-host runtime emits Sentry monitor check-ins + for the recurring loops where silent stoppage matters most. Leaving SENTRY_DSN{" "} + unset keeps monitor reporting off. +

+ +

+ A missed monitor means the process may still be alive but the recurring work is not checking + in on schedule. Pair the monitor with queue depth, dead-job counts, and the structured error + log for the same subsystem. +

+

Routine checks