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

Function getCrashReportingConfig

apps/desktop/src/main/diagnostics.ts:54–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52 * the renderer never initializes Sentry.
53 */
54export const getCrashReportingConfig = () =>
55 errorReportingEnabled
56 ? {
57 dsn: sentryDsn,
58 release: releaseTag(),
59 environment: environmentTag(),
60 runId,
61 }
62 : null;
63
64/** Env vars handed to the sidecar so its process reports under the same id. */
65export const sidecarCrashReportingEnv = (): Record<string, string> =>

Callers 1

registerIpcHandlersFunction · 0.90

Calls 2

releaseTagFunction · 0.85
environmentTagFunction · 0.85

Tested by

no test coverage detected