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

Function reportSidecarCrash

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

Source from the content-addressed store, hash-verified

132 * a running window" case, which is otherwise invisible.
133 */
134export const reportSidecarCrash = (message: string, stderrTail: string) => {
135 // No-op when Sentry isn't initialized — captures are dropped client-side.
136 Sentry.captureMessage(message, {
137 level: "error",
138 extra: { stderrTail },
139 });
140};
141
142// ---------------------------------------------------------------------------
143// 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