You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add triggerReason to pet.process_restart and globalScopeDeferred to setup.hang_detected
- pet.process_restart now emits triggerReason (process_exit:<code>:<signal>,
process_error, rpc_connection_error, rpc_refresh_timeout, rpc_resolve_timeout,
rpc_configure_timeout, start_failed, unknown) so we can distinguish crash
restarts from timeout restarts in Kusto
- setup.hang_detected now emits globalScopeDeferred (true/false/undefined) so
we can tell whether a watchdog trip was a real foreground hang or a background
global-scope scan running past 120s after the user already had an env selected
- Updated GDPR declarations and TypeScript types in constants.ts for both events
- Thread globalScopeDeferredRef through applyInitialEnvironmentSelection so the
hang watchdog can read the deferred flag before envSelection returns
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
/** Why the PET process needed restarting: process_exit:<code>:<signal>, process_error, rpc_connection_error, rpc_refresh_timeout, rpc_resolve_timeout, rpc_configure_timeout, start_failed, or unknown */
0 commit comments