Skip to content

chore: Implement Watchdog process for reliable telemetry #2143

chore: Implement Watchdog process for reliable telemetry

chore: Implement Watchdog process for reliable telemetry #2143

Triggered via pull request January 19, 2026 10:22
Status Failure
Total duration 1m 16s
Artifacts

presubmit.yml

on: pull_request
[Required] Check correct format
45s
[Required] Check correct format
[Required] Check docs updated
1m 12s
[Required] Check docs updated
Fit to window
Zoom out
Zoom in

Annotations

7 errors
[Required] Check correct format
Process completed with exit code 1.
[Required] Check correct format: src/telemetry/watchdog/main.ts#L43
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
[Required] Check correct format: src/telemetry/watchdog/main.ts#L12
`node:fs` type import should occur before import of `node:process`
[Required] Check correct format: src/telemetry/watchdog/main.ts#L12
There should be at least one empty line between import groups
[Required] Check correct format: src/telemetry/watchdog/main.ts#L11
There should be at least one empty line between import groups
[Required] Check docs updated
Process completed with exit code 1.
[Required] Check docs updated: src/telemetry/watchdog/main.ts#L43
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator