MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / reportSidecarCrash

Function reportSidecarCrash

apps/desktop/src/main/diagnostics.ts:137–143  ·  view source on GitHub ↗
(message: string, stderrTail: string)

Source from the content-addressed store, hash-verified

135 * a running window" case, which is otherwise invisible.
136 */
137export const reportSidecarCrash = (message: string, stderrTail: string) => {
138 // No-op when Sentry isn't initialized — captures are dropped client-side.
139 Sentry.captureMessage(message, {
140 level: "error",
141 extra: { stderrTail },
142 });
143};
144
145// ---------------------------------------------------------------------------
146// Diagnostics export — one zip in ~/Downloads a user can attach to a report.

Callers 1

onExitFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected